#32956B

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

Shades of Eucalyptus #32956B

Tints of Eucalyptus #32956B

Color information

#32956B (or 0x32956B) is unknown color: approx Eucalyptus. HEX triplet: 32, 95 and 6B. RGB value is (50,149,107). Sum of RGB (Red+Green+Blue) = 50+149+107=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 149 - color contains mainly: green. Hex color #32956B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32956B is #CD6A94. Grayscale: #727272. Windows color (decimal): -13462165 or 7050546. OLE color: 7050546.

HSL color Cylindrical-coordinate representation of color #32956B: hue angle of 154.55º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32956B is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB50149107-
CMYK0.6600.280.42
HSL154.55º49.75%39.02%-
HSV(B)154.55º66.44%58.43%-
XYZ14.7223.2317.62-
YUV114.61123.781.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.34%
GREEN value IS 149 (58.59% from 255) = 48.69%
BLUE value IS 107 (42.19% from 255) = 34.97%
R=16.34%
G=48.69%
B=34.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501491070.6600.280.42154.5549.7539.02
Hex32956B4201C2A9b3227
Octal62225153102034522336247
Binary110010100101011101011100001001110010101010011011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,149,107); }

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

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

 a { background-color: rgb(50,149,107); }

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

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

 span { border-color: rgb(50,149,107); }

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