#36873A

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

Shades of Japanese Laurel #36873A

Tints of Japanese Laurel #36873A

Color information

#36873A (or 0x36873A) is unknown color: approx Japanese Laurel. HEX triplet: 36, 87 and 3A. RGB value is (54,135,58). Sum of RGB (Red+Green+Blue) = 54+135+58=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 135 (53.12% from 255 or 54.66% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 135 - color contains mainly: green. Hex color #36873A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36873A is #C978C5. Grayscale: #666666. Windows color (decimal): -13203654 or 3835702. OLE color: 3835702.

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

Color convert

RGB5413558-
CMYK0.6000.570.47
HSL122.96º42.86%37.06%-
HSV(B)122.96º60%52.94%-
XYZ10.9518.426.98-
YUV102103.1693.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.86%
GREEN value IS 135 (53.12% from 255) = 54.66%
BLUE value IS 58 (23.05% from 255) = 23.48%
R=21.86%
G=54.66%
B=23.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54135580.6000.570.47122.9642.8637.06
Hex36873A3C0392F7b2b25
Octal662077274071571735345
Binary1101101000011111101011110001110011011111111011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36873A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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