#33A468

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

Shades of Eucalyptus #33A468

Tints of Eucalyptus #33A468

Color information

#33A468 (or 0x33A468) is unknown color: approx Eucalyptus. HEX triplet: 33, A4 and 68. RGB value is (51,164,104). Sum of RGB (Red+Green+Blue) = 51+164+104=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #33A468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A468 is #CC5B97. Grayscale: #7B7B7B. Windows color (decimal): -13392792 or 6857779. OLE color: 6857779.

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

Color convert

RGB51164104-
CMYK0.6900.370.36
HSL148.14º52.56%42.16%-
HSV(B)148.14º68.9%64.31%-
XYZ17.1428.2517.65-
YUV123.37117.0676.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.99%
GREEN value IS 164 (64.45% from 255) = 51.41%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=15.99%
G=51.41%
B=32.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal511641040.6900.370.36148.1452.5642.16
Hex33A468450252494352a
Octal63244150105045442246552
Binary1100111010010011010001000101010010110010010010100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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