#32995B

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

Shades of Eucalyptus #32995B

Tints of Eucalyptus #32995B

Color information

#32995B (or 0x32995B) is unknown color: approx Eucalyptus. HEX triplet: 32, 99 and 5B. RGB value is (50,153,91). Sum of RGB (Red+Green+Blue) = 50+153+91=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #32995B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32995B is #CD66A4. Grayscale: #737373. Windows color (decimal): -13461157 or 6002994. OLE color: 6002994.

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

Color convert

RGB5015391-
CMYK0.6700.410.4
HSL143.88º50.74%39.8%-
HSV(B)143.88º67.32%60%-
XYZ14.5924.2213.8-
YUV115.14114.3881.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.01%
GREEN value IS 153 (60.16% from 255) = 52.04%
BLUE value IS 91 (35.94% from 255) = 30.95%
R=17.01%
G=52.04%
B=30.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50153910.6700.410.4143.8850.7439.8
Hex32995B4302928903328
Octal62231133103051502206350
Binary1100101001100110110111000011010100110100010010000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32995B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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