#367036

Color #367036 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #367036

Tints of Japanese Laurel #367036

Color information

#367036 (or 0x367036) is unknown color: approx 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

RGB5411254-
CMYK0.5200.520.56
HSL120º34.94%32.55%-
HSV(B)120º51.79%43.92%-
XYZ7.9812.645.51-
YUV88.05108.78103.72-

RGB Variations

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

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 (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54112540.5200.520.5612034.9432.55
Hex3670363403438782321
Octal661606664064701704341
Binary110110111000011011011010001101001110001111000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>