Html Css Color HEX #397033 Japanese Laurel

📋 copy color: '#397033'

red 57 ◦ green 112 ◦ blue 51

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

Shades of Japanese Laurel #397033

Tints of Japanese Laurel #397033

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50.91%

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

R = 25.91%
G = 50.91%
B = 23.18%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#397033 (or 0x397033) is known color: Japanese Laurel. HEX triplet: 39, 70 and 33. RGB value is (57,112,51). Sum of RGB (Red+Green+Blue) = 57+112+51=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #397033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397033 is #C68FCC. Grayscale: #585858. Windows color (decimal): -13012941 or 3371065. OLE color: 3371065.

HSL color Cylindrical-coordinate representation of color #397033: hue angle of 114.1º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397033 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 112 51 -
CMYK 0.49 0 0.54 0.56
HSL 114.1º 0.37% 0.32% -
HSV(B) 114.1º 0.54% 0.44% -
XYZ 8.08 12.7 5.16 -
YUV 88.6 106.78 105.46 -
System Red Green Blue C M Y K H S L
Decimal 57 112 51 0.49 0 0.54 0.56 114.1 0.37 0.32
Hex 39 70 33 31 0 36 38 72 25 20
Octal 71 160 63 61 0 66 70 162 45 40
Binary 111001 1110000 110011 110001 0 110110 111000 1110010 100101 100000

Color Harmonies of #397033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397033

Black with #397033

Text Example


Text Example

White with #397033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397033; }

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

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

background-color css

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

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

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

border-color css

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

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

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