Html Css Color HEX #367036 Japanese Laurel

📋 copy color: '#367036'

red 54 ◦ green 112 ◦ blue 54

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

Shades of Japanese Laurel #367036

Tints of Japanese Laurel #367036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 24.55%

R = 24.55%
G = 50.91%
B = 24.55%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#367036 (or 0x367036) is known color: Japanese Laurel. HEX triplet: 36, 70 and 36. RGB value is (54,112,54). Sum of RGB (Red+Green+Blue) = 54+112+54=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #367036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367036 is #C98FC9. Grayscale: #585858. Windows color (decimal): -13209546 or 3567670. OLE color: 3567670.

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

Color convert

RGB 54 112 54 -
CMYK 0.52 0 0.52 0.56
HSL 120º 0.35% 0.33% -
HSV(B) 120º 0.52% 0.44% -
XYZ 7.98 12.64 5.51 -
YUV 88.05 108.78 103.72 -
System Red Green Blue C M Y K H S L
Decimal 54 112 54 0.52 0 0.52 0.56 120 0.35 0.33
Hex 36 70 36 34 0 34 38 78 23 21
Octal 66 160 66 64 0 64 70 170 43 41
Binary 110110 1110000 110110 110100 0 110100 111000 1111000 100011 100001

Color Harmonies of #367036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367036

Black with #367036

Text Example


Text Example

White with #367036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367036; }

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

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

background-color css

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

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

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

border-color css

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

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

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