Html Css Color HEX #397139 Japanese Laurel

📋 copy color: '#397139'

red 57 ◦ green 113 ◦ blue 57

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

Shades of Japanese Laurel #397139

Tints of Japanese Laurel #397139

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.78%

 BLUE value IS 57 (22.66% from 255) = 25.11%

R = 25.11%
G = 49.78%
B = 25.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#397139 (or 0x397139) is known color: Japanese Laurel. HEX triplet: 39, 71 and 39. RGB value is (57,113,57). Sum of RGB (Red+Green+Blue) = 57+113+57=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #397139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397139 is #C68EC6. Grayscale: #5A5A5A. Windows color (decimal): -13012679 or 3764537. OLE color: 3764537.

HSL color Cylindrical-coordinate representation of color #397139: hue angle of 120º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #397139 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 113 57 -
CMYK 0.50 0 0.50 0.56
HSL 120º 0.33% 0.33% -
HSV(B) 120º 0.5% 0.44% -
XYZ 8.33 12.98 5.94 -
YUV 89.87 109.45 104.55 -
System Red Green Blue C M Y K H S L
Decimal 57 113 57 0.50 0 0.50 0.56 120 0.33 0.33
Hex 39 71 39 32 0 32 38 78 21 21
Octal 71 161 71 62 0 62 70 170 41 41
Binary 111001 1110001 111001 110010 0 110010 111000 1111000 100001 100001

Color Harmonies of #397139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397139

Black with #397139

Text Example


Text Example

White with #397139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397139; }

 p { color: rgb(57,113,57); }

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

background-color css

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

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

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

border-color css

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

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

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