Html Css Color HEX #367034 Japanese Laurel

📋 copy color: '#367034'

red 54 ◦ green 112 ◦ blue 52

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

Shades of Japanese Laurel #367034

Tints of Japanese Laurel #367034

RGB

 RED value IS 54 (21.48% from 255) = 24.77%

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

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

R = 24.77%
G = 51.38%
B = 23.85%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#367034 (or 0x367034) is known color: Japanese Laurel. HEX triplet: 36, 70 and 34. RGB value is (54,112,52). Sum of RGB (Red+Green+Blue) = 54+112+52=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #367034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367034 is #C98FCB. Grayscale: #585858. Windows color (decimal): -13209548 or 3436598. OLE color: 3436598.

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

Color convert

RGB 54 112 52 -
CMYK 0.52 0 0.54 0.56
HSL 118º 0.37% 0.32% -
HSV(B) 118º 0.54% 0.44% -
XYZ 7.94 12.62 5.27 -
YUV 87.82 107.78 103.88 -
System Red Green Blue C M Y K H S L
Decimal 54 112 52 0.52 0 0.54 0.56 118 0.37 0.32
Hex 36 70 34 34 0 36 38 76 25 20
Octal 66 160 64 64 0 66 70 166 45 40
Binary 110110 1110000 110100 110100 0 110110 111000 1110110 100101 100000

Color Harmonies of #367034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367034

Black with #367034

Text Example


Text Example

White with #367034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367034; }

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

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

background-color css

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

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

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

border-color css

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

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

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