#36733C

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

Shades of Japanese Laurel #36733C

Tints of Japanese Laurel #36733C

Color information

#36733C (or 0x36733C) is unknown color: approx Japanese Laurel. HEX triplet: 36, 73 and 3C. RGB value is (54,115,60). Sum of RGB (Red+Green+Blue) = 54+115+60=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #36733C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36733C is #C98CC3. Grayscale: #5A5A5A. Windows color (decimal): -13208772 or 3961654. OLE color: 3961654.

HSL color Cylindrical-coordinate representation of color #36733C: hue angle of 125.9º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #36733C is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB5411560-
CMYK0.5300.480.55
HSL125.9º36.09%33.14%-
HSV(B)125.9º53.04%45.1%-
XYZ8.4713.376.41-
YUV90.49110.79101.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.58%
GREEN value IS 115 (45.31% from 255) = 50.22%
BLUE value IS 60 (23.83% from 255) = 26.20%
R=23.58%
G=50.22%
B=26.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54115600.5300.480.55125.936.0933.14
Hex36733C35030377e2421
Octal661637465060671764441
Binary110110111001111110011010101100001101111111110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36733C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36733C; }

 p { color: rgb(54,115,60); }

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

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

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

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

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

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

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