#36722F

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

Shades of Japanese Laurel #36722F

Tints of Japanese Laurel #36722F

Color information

#36722F (or 0x36722F) is unknown color: approx Japanese Laurel. HEX triplet: 36, 72 and 2F. RGB value is (54,114,47). Sum of RGB (Red+Green+Blue) = 54+114+47=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #36722F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36722F is #C98DD0. Grayscale: #585858. Windows color (decimal): -13209041 or 3109430. OLE color: 3109430.

HSL color Cylindrical-coordinate representation of color #36722F: hue angle of 113.73º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36722F is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB5411447-
CMYK0.5300.590.55
HSL113.73º41.61%31.57%-
HSV(B)113.73º58.77%44.71%-
XYZ8.0513.024.78-
YUV88.42104.62103.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.12%
GREEN value IS 114 (44.92% from 255) = 53.02%
BLUE value IS 47 (18.75% from 255) = 21.86%
R=25.12%
G=53.02%
B=21.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54114470.5300.590.55113.7341.6131.57
Hex36722F3503B37722a20
Octal661625765073671625240
Binary110110111001010111111010101110111101111110010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36722F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36722F; }

 p { color: rgb(54,114,47); }

 H1.HeaderClassName
 {
   color: #36722F;
 }
 .AnyTagClassName
 {
   color: #36722F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #36722F;
 }
 .BgClassName
 {
   background-color: #36722F;
 }
</style>
border-color css

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

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

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