#36883D

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

Shades of Japanese Laurel #36883D

Tints of Japanese Laurel #36883D

Color information

#36883D (or 0x36883D) is unknown color: approx Japanese Laurel. HEX triplet: 36, 88 and 3D. RGB value is (54,136,61). Sum of RGB (Red+Green+Blue) = 54+136+61=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 136 (53.52% from 255 or 54.18% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 136 - color contains mainly: green. Hex color #36883D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36883D is #C977C2. Grayscale: #676767. Windows color (decimal): -13203395 or 4032566. OLE color: 4032566.

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

Color convert

RGB5413661-
CMYK0.6000.550.47
HSL125.12º43.16%37.25%-
HSV(B)125.12º60.29%53.33%-
XYZ11.1718.737.44-
YUV102.93104.3393.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.51%
GREEN value IS 136 (53.52% from 255) = 54.18%
BLUE value IS 61 (24.22% from 255) = 24.30%
R=21.51%
G=54.18%
B=24.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54136610.6000.550.47125.1243.1637.25
Hex36883D3C0372F7d2b25
Octal662107574067571755345
Binary1101101000100011110111110001101111011111111101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36883D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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