Html Css Color HEX #397F39 Japanese Laurel

📋 copy color: '#397F39'

red 57 ◦ green 127 ◦ blue 57

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

Shades of Japanese Laurel #397F39

Tints of Japanese Laurel #397F39

RGB

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

 GREEN value IS 127 (50% from 255) = 52.7%

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

R = 23.65%
G = 52.7%
B = 23.65%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#397F39 (or 0x397F39) is known color: Japanese Laurel. HEX triplet: 39, 7F and 39. RGB value is (57,127,57). Sum of RGB (Red+Green+Blue) = 57+127+57=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 127 (50% from 255 or 52.70% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 127 - color contains mainly: green. Hex color #397F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397F39 is #C680C6. Grayscale: #626262. Windows color (decimal): -13009095 or 3768121. OLE color: 3768121.

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

Color convert

RGB 57 127 57 -
CMYK 0.55 0 0.55 0.50
HSL 120º 0.38% 0.36% -
HSV(B) 120º 0.55% 0.5% -
XYZ 10.02 16.34 6.5 -
YUV 98.09 104.81 98.69 -
System Red Green Blue C M Y K H S L
Decimal 57 127 57 0.55 0 0.55 0.50 120 0.38 0.36
Hex 39 7F 39 37 0 37 32 78 26 24
Octal 71 177 71 67 0 67 62 170 46 44
Binary 111001 1111111 111001 110111 0 110111 110010 1111000 100110 100100

Color Harmonies of #397F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397F39

Black with #397F39

Text Example


Text Example

White with #397F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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