#32A267

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

Shades of Eucalyptus #32A267

Tints of Eucalyptus #32A267

Color information

#32A267 (or 0x32A267) is unknown color: approx Eucalyptus. HEX triplet: 32, A2 and 67. RGB value is (50,162,103). Sum of RGB (Red+Green+Blue) = 50+162+103=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 162 (63.67% from 255 or 51.43% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 162 - color contains mainly: green. Hex color #32A267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A267 is #CD5D98. Grayscale: #797979. Windows color (decimal): -13458841 or 6791730. OLE color: 6791730.

HSL color Cylindrical-coordinate representation of color #32A267: hue angle of 148.39º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A267 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB50162103-
CMYK0.6900.360.36
HSL148.39º52.83%41.57%-
HSV(B)148.39º69.14%63.53%-
XYZ16.6827.517.26-
YUV121.79117.3976.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.87%
GREEN value IS 162 (63.67% from 255) = 51.43%
BLUE value IS 103 (40.62% from 255) = 32.70%
R=15.87%
G=51.43%
B=32.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501621030.6900.360.36148.3952.8341.57
Hex32A267450242494352a
Octal62242147105044442246552
Binary1100101010001011001111000101010010010010010010100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32A267; }

 p { color: rgb(50,162,103); }

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

<style>
 a { background-color: #32A267; }

 a { background-color: rgb(50,162,103); }

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

<style>
 span { border-color: #32A267; }

 span { border-color: rgb(50,162,103); }

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