#36763D

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

Shades of Japanese Laurel #36763D

Tints of Japanese Laurel #36763D

Color information

#36763D (or 0x36763D) is unknown color: approx Japanese Laurel. HEX triplet: 36, 76 and 3D. RGB value is (54,118,61). Sum of RGB (Red+Green+Blue) = 54+118+61=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #36763D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36763D is #C989C2. Grayscale: #5C5C5C. Windows color (decimal): -13208003 or 4027958. OLE color: 4027958.

HSL color Cylindrical-coordinate representation of color #36763D: hue angle of 126.56º 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 #36763D is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB5411861-
CMYK0.5400.480.54
HSL126.56º37.21%33.73%-
HSV(B)126.56º54.24%46.27%-
XYZ8.8414.086.67-
YUV92.37110.3100.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.18%
GREEN value IS 118 (46.48% from 255) = 50.64%
BLUE value IS 61 (24.22% from 255) = 26.18%
R=23.18%
G=50.64%
B=26.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54118610.5400.480.54126.5637.2133.73
Hex36763D36030367f2522
Octal661667566060661774542
Binary110110111011011110111011001100001101101111111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36763D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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