#36863E

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

Shades of Japanese Laurel #36863E

Tints of Japanese Laurel #36863E

Color information

#36863E (or 0x36863E) is unknown color: approx Japanese Laurel. HEX triplet: 36, 86 and 3E. RGB value is (54,134,62). Sum of RGB (Red+Green+Blue) = 54+134+62=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #36863E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36863E is #C979C1. Grayscale: #666666. Windows color (decimal): -13203906 or 4097590. OLE color: 4097590.

HSL color Cylindrical-coordinate representation of color #36863E: hue angle of 126º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36863E is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB5413462-
CMYK0.6000.540.47
HSL126º42.55%36.86%-
HSV(B)126º59.7%52.55%-
XYZ10.9218.187.49-
YUV101.87105.593.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 134 (52.73% from 255) = 53.6%
BLUE value IS 62 (24.61% from 255) = 24.8%
R=21.6%
G=53.6%
B=24.8%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54134620.6000.540.4712642.5536.86
Hex36863E3C0362F7e2b25
Octal662067674066571765345
Binary1101101000011011111011110001101101011111111110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36863E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36863E; }

 p { color: rgb(54,134,62); }

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

<style>
 a { background-color: #36863E; }

 a { background-color: rgb(54,134,62); }

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

<style>
 span { border-color: #36863E; }

 span { border-color: rgb(54,134,62); }

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