#36893F

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

Shades of Japanese Laurel #36893F

Tints of Japanese Laurel #36893F

Color information

#36893F (or 0x36893F) is unknown color: approx Japanese Laurel. HEX triplet: 36, 89 and 3F. RGB value is (54,137,63). Sum of RGB (Red+Green+Blue) = 54+137+63=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 137 (53.91% from 255 or 53.94% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 137 - color contains mainly: green. Hex color #36893F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36893F is #C976C0. Grayscale: #676767. Windows color (decimal): -13203137 or 4163894. OLE color: 4163894.

HSL color Cylindrical-coordinate representation of color #36893F: hue angle of 126.51º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36893F is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB5413763-
CMYK0.6100.540.46
HSL126.51º43.46%37.45%-
HSV(B)126.51º60.58%53.73%-
XYZ11.3619.037.78-
YUV103.7510592.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.26%
GREEN value IS 137 (53.91% from 255) = 53.94%
BLUE value IS 63 (25% from 255) = 24.80%
R=21.26%
G=53.94%
B=24.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54137630.6100.540.46126.5143.4637.45
Hex36893F3D0362E7f2b25
Octal662117775066561775345
Binary1101101000100111111111110101101101011101111111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36893F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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