Html Css Color HEX #397331 Japanese Laurel

📋 copy color: '#397331'

red 57 ◦ green 115 ◦ blue 49

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

Shades of Japanese Laurel #397331

Tints of Japanese Laurel #397331

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.04%

 BLUE value IS 49 (19.53% from 255) = 22.17%

R = 25.79%
G = 52.04%
B = 22.17%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#397331 (or 0x397331) is known color: Japanese Laurel. HEX triplet: 39, 73 and 31. RGB value is (57,115,49). Sum of RGB (Red+Green+Blue) = 57+115+49=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #397331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397331 is #C68CCE. Grayscale: #5A5A5A. Windows color (decimal): -13012175 or 3240761. OLE color: 3240761.

HSL color Cylindrical-coordinate representation of color #397331: hue angle of 112.73º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #397331 is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 115 49 -
CMYK 0.50 0 0.57 0.55
HSL 112.73º 0.4% 0.32% -
HSV(B) 112.73º 0.57% 0.45% -
XYZ 8.37 13.35 5.04 -
YUV 90.13 104.78 104.37 -
System Red Green Blue C M Y K H S L
Decimal 57 115 49 0.50 0 0.57 0.55 112.73 0.4 0.32
Hex 39 73 31 32 0 39 37 71 28 20
Octal 71 163 61 62 0 71 67 161 50 40
Binary 111001 1110011 110001 110010 0 111001 110111 1110001 101000 100000

Color Harmonies of #397331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397331

Black with #397331

Text Example


Text Example

White with #397331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397331; }

 p { color: rgb(57,115,49); }

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

background-color css

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

 a { background-color: rgb(57,115,49); }

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

border-color css

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

 span { border-color: rgb(57,115,49); }

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