#36803F

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

Shades of Japanese Laurel #36803F

Tints of Japanese Laurel #36803F

Color information

#36803F (or 0x36803F) is unknown color: approx Japanese Laurel. HEX triplet: 36, 80 and 3F. RGB value is (54,128,63). Sum of RGB (Red+Green+Blue) = 54+128+63=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #36803F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36803F is #C97FC0. Grayscale: #626262. Windows color (decimal): -13205441 or 4161590. OLE color: 4161590.

HSL color Cylindrical-coordinate representation of color #36803F: hue angle of 127.3º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36803F is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB5412863-
CMYK0.5800.510.50
HSL127.3º40.66%35.69%-
HSV(B)127.3º57.81%50.2%-
XYZ10.1416.587.37-
YUV98.46107.9896.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 128 (50.39% from 255) = 52.24%
BLUE value IS 63 (25% from 255) = 25.71%
R=22.04%
G=52.24%
B=25.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54128630.5800.510.50127.340.6635.69
Hex36803F3A033327f2924
Octal662007772063621775144
Binary1101101000000011111111101001100111100101111111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36803F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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