#32995D

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

Shades of Eucalyptus #32995D

Tints of Eucalyptus #32995D

Color information

#32995D (or 0x32995D) is unknown color: approx Eucalyptus. HEX triplet: 32, 99 and 5D. RGB value is (50,153,93). Sum of RGB (Red+Green+Blue) = 50+153+93=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #32995D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32995D is #CD66A2. Grayscale: #737373. Windows color (decimal): -13461155 or 6134066. OLE color: 6134066.

HSL color Cylindrical-coordinate representation of color #32995D: hue angle of 145.05º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32995D is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB5015393-
CMYK0.6700.390.4
HSL145.05º50.74%39.8%-
HSV(B)145.05º67.32%60%-
XYZ14.6824.2514.26-
YUV115.36115.3881.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.89%
GREEN value IS 153 (60.16% from 255) = 51.69%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=16.89%
G=51.69%
B=31.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50153930.6700.390.4145.0550.7439.8
Hex32995D4302728913328
Octal62231135103047502216350
Binary1100101001100110111011000011010011110100010010001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32995D; }

 p { color: rgb(50,153,93); }

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

<style>
 a { background-color: #32995D; }

 a { background-color: rgb(50,153,93); }

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

<style>
 span { border-color: #32995D; }

 span { border-color: rgb(50,153,93); }

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