#36863F

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

Shades of Japanese Laurel #36863F

Tints of Japanese Laurel #36863F

Color information

#36863F (or 0x36863F) is unknown color: approx Japanese Laurel. HEX triplet: 36, 86 and 3F. RGB value is (54,134,63). Sum of RGB (Red+Green+Blue) = 54+134+63=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 134 (52.73% from 255 or 53.39% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 134 - color contains mainly: green. Hex color #36863F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36863F is #C979C0. Grayscale: #666666. Windows color (decimal): -13203905 or 4163126. OLE color: 4163126.

HSL color Cylindrical-coordinate representation of color #36863F: hue angle of 126.75º 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 #36863F is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB5413463-
CMYK0.6000.530.47
HSL126.75º42.55%36.86%-
HSV(B)126.75º59.7%52.55%-
XYZ10.9418.197.64-
YUV101.9910693.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.51%
GREEN value IS 134 (52.73% from 255) = 53.39%
BLUE value IS 63 (25% from 255) = 25.10%
R=21.51%
G=53.39%
B=25.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54134630.6000.530.47126.7542.5536.86
Hex36863F3C0352F7f2b25
Octal662067774065571775345
Binary1101101000011011111111110001101011011111111111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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