#36883F

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

Shades of Japanese Laurel #36883F

Tints of Japanese Laurel #36883F

Color information

#36883F (or 0x36883F) is unknown color: approx Japanese Laurel. HEX triplet: 36, 88 and 3F. RGB value is (54,136,63). Sum of RGB (Red+Green+Blue) = 54+136+63=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 136 (53.52% from 255 or 53.75% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 136 - color contains mainly: green. Hex color #36883F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36883F is #C977C0. Grayscale: #676767. Windows color (decimal): -13203393 or 4163638. OLE color: 4163638.

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

Color convert

RGB5413663-
CMYK0.6000.540.47
HSL126.59º43.16%37.25%-
HSV(B)126.59º60.29%53.33%-
XYZ11.2218.757.73-
YUV103.16105.3392.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.34%
GREEN value IS 136 (53.52% from 255) = 53.75%
BLUE value IS 63 (25% from 255) = 24.90%
R=21.34%
G=53.75%
B=24.90%

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
Decimal54136630.6000.540.47126.5943.1637.25
Hex36883F3C0362F7f2b25
Octal662107774066571775345
Binary1101101000100011111111110001101101011111111111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36883F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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