Html Css Color HEX #397533 Japanese Laurel

📋 copy color: '#397533'

red 57 ◦ green 117 ◦ blue 51

#397533
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #397533

Tints of Japanese Laurel #397533

RGB

 RED value IS 57 (22.66% from 255) = 25.33%

 GREEN value IS 117 (46.09% from 255) = 52%

 BLUE value IS 51 (20.31% from 255) = 22.67%

R = 25.33%
G = 52%
B = 22.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.56

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#397533 (or 0x397533) is known color: Japanese Laurel. HEX triplet: 39, 75 and 33. RGB value is (57,117,51). Sum of RGB (Red+Green+Blue) = 57+117+51=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #397533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397533 is #C68ACC. Grayscale: #5B5B5B. Windows color (decimal): -13011661 or 3372345. OLE color: 3372345.

HSL color Cylindrical-coordinate representation of color #397533: hue angle of 114.55º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #397533 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 117 51 -
CMYK 0.51 0 0.56 0.54
HSL 114.55º 0.39% 0.33% -
HSV(B) 114.55º 0.56% 0.46% -
XYZ 8.65 13.83 5.35 -
YUV 91.54 105.12 103.37 -
System Red Green Blue C M Y K H S L
Decimal 57 117 51 0.51 0 0.56 0.54 114.55 0.39 0.33
Hex 39 75 33 33 0 38 36 73 27 21
Octal 71 165 63 63 0 70 66 163 47 41
Binary 111001 1110101 110011 110011 0 111000 110110 1110011 100111 100001

Color Harmonies of #397533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397533

Black with #397533

Text Example


Text Example

White with #397533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397533; }

 p { color: rgb(57,117,51); }

 H1.HeaderClassName
 {
   color: #397533;
 }
 .AnyTagClassName
 {
   color: #397533;
 }
</style>

background-color css

<style>
 a { background-color: #397533; }

 a { background-color: rgb(57,117,51); }

 div.DivClassName
 {
   background-color: #397533;
 }
 .BgClassName
 {
   background-color: #397533;
 }
</style>

border-color css

<style>
 span { border-color: #397533; }

 span { border-color: rgb(57,117,51); }

 td.TdClassName
 {
   border-color: #397533;
 }
 .TagClassName
 {
   border-color: #397533;
 }
</style>