#33A469

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

Shades of Eucalyptus #33A469

Tints of Eucalyptus #33A469

Color information

#33A469 (or 0x33A469) is unknown color: approx Eucalyptus. HEX triplet: 33, A4 and 69. RGB value is (51,164,105). Sum of RGB (Red+Green+Blue) = 51+164+105=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 164 (64.45% from 255 or 51.25% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 164 - color contains mainly: green. Hex color #33A469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A469 is #CC5B96. Grayscale: #7B7B7B. Windows color (decimal): -13392791 or 6923315. OLE color: 6923315.

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

Color convert

RGB51164105-
CMYK0.6900.360.36
HSL148.67º52.56%42.16%-
HSV(B)148.67º68.9%64.31%-
XYZ17.1928.2717.92-
YUV123.49117.5676.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.94%
GREEN value IS 164 (64.45% from 255) = 51.25%
BLUE value IS 105 (41.41% from 255) = 32.81%
R=15.94%
G=51.25%
B=32.81%

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
Decimal511641050.6900.360.36148.6752.5642.16
Hex33A469450242495352a
Octal63244151105044442256552
Binary1100111010010011010011000101010010010010010010101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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