#36803B

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

Shades of Japanese Laurel #36803B

Tints of Japanese Laurel #36803B

Color information

#36803B (or 0x36803B) is unknown color: approx Japanese Laurel. HEX triplet: 36, 80 and 3B. RGB value is (54,128,59). Sum of RGB (Red+Green+Blue) = 54+128+59=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #36803B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36803B is #C97FC4. Grayscale: #626262. Windows color (decimal): -13205445 or 3899446. OLE color: 3899446.

HSL color Cylindrical-coordinate representation of color #36803B: hue angle of 124.05º 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 #36803B is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB5412859-
CMYK0.5800.540.50
HSL124.05º40.66%35.69%-
HSV(B)124.05º57.81%50.2%-
XYZ10.0316.546.8-
YUV98.01105.9896.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.41%
GREEN value IS 128 (50.39% from 255) = 53.11%
BLUE value IS 59 (23.44% from 255) = 24.48%
R=22.41%
G=53.11%
B=24.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal54128590.5800.540.50124.0540.6635.69
Hex36803B3A036327c2924
Octal662007372066621745144
Binary1101101000000011101111101001101101100101111100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36803B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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