#36763A

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

Shades of Japanese Laurel #36763A

Tints of Japanese Laurel #36763A

Color information

#36763A (or 0x36763A) is unknown color: approx Japanese Laurel. HEX triplet: 36, 76 and 3A. RGB value is (54,118,58). Sum of RGB (Red+Green+Blue) = 54+118+58=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #36763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36763A is #C989C5. Grayscale: #5C5C5C. Windows color (decimal): -13208006 or 3831350. OLE color: 3831350.

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

Color convert

RGB5411858-
CMYK0.5400.510.54
HSL123.75º37.21%33.73%-
HSV(B)123.75º54.24%46.27%-
XYZ8.7614.056.25-
YUV92.02108.8100.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.48%
GREEN value IS 118 (46.48% from 255) = 51.30%
BLUE value IS 58 (23.05% from 255) = 25.22%
R=23.48%
G=51.30%
B=25.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54118580.5400.510.54123.7537.2133.73
Hex36763A36033367c2522
Octal661667266063661744542
Binary110110111011011101011011001100111101101111100100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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