#36996F

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

Shades of Eucalyptus #36996F

Tints of Eucalyptus #36996F

Color information

#36996F (or 0x36996F) is unknown color: approx Eucalyptus. HEX triplet: 36, 99 and 6F. RGB value is (54,153,111). Sum of RGB (Red+Green+Blue) = 54+153+111=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #36996F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36996F is #C96690. Grayscale: #767676. Windows color (decimal): -13198993 or 7313718. OLE color: 7313718.

HSL color Cylindrical-coordinate representation of color #36996F: hue angle of 154.55º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36996F is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB54153111-
CMYK0.6500.270.4
HSL154.55º47.83%40.59%-
HSV(B)154.55º64.71%60%-
XYZ15.7824.7118.98-
YUV118.61123.781.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.98%
GREEN value IS 153 (60.16% from 255) = 48.11%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=16.98%
G=48.11%
B=34.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal541531110.6500.270.4154.5547.8340.59
Hex36996F4101B289b3029
Octal66231157101033502336051
Binary110110100110011101111100000101101110100010011011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,153,111); }

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

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

 a { background-color: rgb(54,153,111); }

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

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

 span { border-color: rgb(54,153,111); }

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