#36995A

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

Shades of Eucalyptus #36995A

Tints of Eucalyptus #36995A

Color information

#36995A (or 0x36995A) is unknown color: approx Eucalyptus. HEX triplet: 36, 99 and 5A. RGB value is (54,153,90). Sum of RGB (Red+Green+Blue) = 54+153+90=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #36995A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36995A is #C966A5. Grayscale: #747474. Windows color (decimal): -13199014 or 5937462. OLE color: 5937462.

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

Color convert

RGB5415390-
CMYK0.6500.410.4
HSL141.82º47.83%40.59%-
HSV(B)141.82º64.71%60%-
XYZ14.7624.313.59-
YUV116.22113.283.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.18%
GREEN value IS 153 (60.16% from 255) = 51.52%
BLUE value IS 90 (35.55% from 255) = 30.30%
R=18.18%
G=51.52%
B=30.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal54153900.6500.410.4141.8247.8340.59
Hex36995A41029288e3029
Octal66231132101051502166051
Binary1101101001100110110101000001010100110100010001110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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