#36763F

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

Shades of Japanese Laurel #36763F

Tints of Japanese Laurel #36763F

Color information

#36763F (or 0x36763F) is unknown color: approx Japanese Laurel. HEX triplet: 36, 76 and 3F. RGB value is (54,118,63). Sum of RGB (Red+Green+Blue) = 54+118+63=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #36763F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36763F is #C989C0. Grayscale: #5C5C5C. Windows color (decimal): -13208001 or 4159030. OLE color: 4159030.

HSL color Cylindrical-coordinate representation of color #36763F: hue angle of 128.44º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #36763F is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB5411863-
CMYK0.5400.470.54
HSL128.44º37.21%33.73%-
HSV(B)128.44º54.24%46.27%-
XYZ8.914.16.96-
YUV92.59111.3100.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.98%
GREEN value IS 118 (46.48% from 255) = 50.21%
BLUE value IS 63 (25% from 255) = 26.81%
R=22.98%
G=50.21%
B=26.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54118630.5400.470.54128.4437.2133.73
Hex36763F3602F36802522
Octal661667766057662004542
Binary1101101110110111111110110010111111011010000000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,118,63); }

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

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

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

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

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

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

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