Html Css Color HEX #397034 Japanese Laurel

📋 copy color: '#397034'

red 57 ◦ green 112 ◦ blue 52

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

Shades of Japanese Laurel #397034

Tints of Japanese Laurel #397034

RGB

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

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

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

R = 25.79%
G = 50.68%
B = 23.53%

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

#397034 (or 0x397034) is known color: Japanese Laurel. HEX triplet: 39, 70 and 34. RGB value is (57,112,52). Sum of RGB (Red+Green+Blue) = 57+112+52=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #397034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397034 is #C68FCB. Grayscale: #585858. Windows color (decimal): -13012940 or 3436601. OLE color: 3436601.

HSL color Cylindrical-coordinate representation of color #397034: hue angle of 115º 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 #397034 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 112 52 -
CMYK 0.49 0 0.54 0.56
HSL 115º 0.37% 0.32% -
HSV(B) 115º 0.54% 0.44% -
XYZ 8.1 12.71 5.27 -
YUV 88.72 107.28 105.38 -
System Red Green Blue C M Y K H S L
Decimal 57 112 52 0.49 0 0.54 0.56 115 0.37 0.32
Hex 39 70 34 31 0 36 38 73 25 20
Octal 71 160 64 61 0 66 70 163 45 40
Binary 111001 1110000 110100 110001 0 110110 111000 1110011 100101 100000

Color Harmonies of #397034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397034

Black with #397034

Text Example


Text Example

White with #397034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397034; }

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

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

background-color css

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

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

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

border-color css

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

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

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