#33A463

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

Shades of Eucalyptus #33A463

Tints of Eucalyptus #33A463

Color information

#33A463 (or 0x33A463) is unknown color: approx Eucalyptus. HEX triplet: 33, A4 and 63. RGB value is (51,164,99). Sum of RGB (Red+Green+Blue) = 51+164+99=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 164 (64.45% from 255 or 52.23% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 164 - color contains mainly: green. Hex color #33A463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A463 is #CC5B9C. Grayscale: #7A7A7A. Windows color (decimal): -13392797 or 6530099. OLE color: 6530099.

HSL color Cylindrical-coordinate representation of color #33A463: hue angle of 145.49º 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 #33A463 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB5116499-
CMYK0.6900.400.36
HSL145.49º52.56%42.16%-
HSV(B)145.49º68.9%64.31%-
XYZ16.8928.1616.35-
YUV122.8114.5676.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.24%
GREEN value IS 164 (64.45% from 255) = 52.23%
BLUE value IS 99 (39.06% from 255) = 31.53%
R=16.24%
G=52.23%
B=31.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51164990.6900.400.36145.4952.5642.16
Hex33A463450282491352a
Octal63244143105050442216552
Binary1100111010010011000111000101010100010010010010001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33A463; }

 p { color: rgb(51,164,99); }

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

<style>
 a { background-color: #33A463; }

 a { background-color: rgb(51,164,99); }

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

<style>
 span { border-color: #33A463; }

 span { border-color: rgb(51,164,99); }

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