#36995E

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

Shades of Eucalyptus #36995E

Tints of Eucalyptus #36995E

Color information

#36995E (or 0x36995E) is unknown color: approx Eucalyptus. HEX triplet: 36, 99 and 5E. RGB value is (54,153,94). Sum of RGB (Red+Green+Blue) = 54+153+94=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #36995E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36995E is #C966A1. Grayscale: #747474. Windows color (decimal): -13199010 or 6199606. OLE color: 6199606.

HSL color Cylindrical-coordinate representation of color #36995E: hue angle of 144.24º 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 #36995E is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB5415394-
CMYK0.6500.390.4
HSL144.24º47.83%40.59%-
HSV(B)144.24º64.71%60%-
XYZ14.9324.3714.51-
YUV116.67115.283.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.94%
GREEN value IS 153 (60.16% from 255) = 50.83%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=17.94%
G=50.83%
B=31.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal54153940.6500.390.4144.2447.8340.59
Hex36995E4102728903029
Octal66231136101047502206051
Binary1101101001100110111101000001010011110100010010000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36995E; }

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

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

<style>
 a { background-color: #36995E; }

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

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

<style>
 span { border-color: #36995E; }

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

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