Html Css Color HEX #397F34 Japanese Laurel

📋 copy color: '#397F34'

red 57 ◦ green 127 ◦ blue 52

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

Shades of Japanese Laurel #397F34

Tints of Japanese Laurel #397F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.03%

R = 24.15%
G = 53.81%
B = 22.03%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#397F34 (or 0x397F34) is known color: Japanese Laurel. HEX triplet: 39, 7F and 34. RGB value is (57,127,52). Sum of RGB (Red+Green+Blue) = 57+127+52=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 127 (50% from 255 or 53.81% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 127 - color contains mainly: green. Hex color #397F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397F34 is #C680CB. Grayscale: #616161. Windows color (decimal): -13009100 or 3440441. OLE color: 3440441.

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

Color convert

RGB 57 127 52 -
CMYK 0.55 0 0.59 0.50
HSL 116º 0.42% 0.35% -
HSV(B) 116º 0.59% 0.5% -
XYZ 9.9 16.3 5.87 -
YUV 97.52 102.31 99.1 -
System Red Green Blue C M Y K H S L
Decimal 57 127 52 0.55 0 0.59 0.50 116 0.42 0.35
Hex 39 7F 34 37 0 3B 32 74 2A 23
Octal 71 177 64 67 0 73 62 164 52 43
Binary 111001 1111111 110100 110111 0 111011 110010 1110100 101010 100011

Color Harmonies of #397F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397F34

Black with #397F34

Text Example


Text Example

White with #397F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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