#3AA566

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

Shades of Eucalyptus #3AA566

Tints of Eucalyptus #3AA566

Color information

#3AA566 (or 0x3AA566) is unknown color: approx Eucalyptus. HEX triplet: 3A, A5 and 66. RGB value is (58,165,102). Sum of RGB (Red+Green+Blue) = 58+165+102=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #3AA566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA566 is #C55A99. Grayscale: #7D7D7D. Windows color (decimal): -12933786 or 6726970. OLE color: 6726970.

HSL color Cylindrical-coordinate representation of color #3AA566: hue angle of 144.67º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3AA566 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB58165102-
CMYK0.6500.380.35
HSL144.67º47.98%43.73%-
HSV(B)144.67º64.85%64.71%-
XYZ17.628.7717.2-
YUV125.82114.5579.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.85%
GREEN value IS 165 (64.84% from 255) = 50.77%
BLUE value IS 102 (40.23% from 255) = 31.38%
R=17.85%
G=50.77%
B=31.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal581651020.6500.380.35144.6747.9843.73
Hex3AA566410262391302c
Octal72245146101046432216054
Binary1110101010010111001101000001010011010001110010001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AA566; }

 p { color: rgb(58,165,102); }

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

<style>
 a { background-color: #3AA566; }

 a { background-color: rgb(58,165,102); }

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

<style>
 span { border-color: #3AA566; }

 span { border-color: rgb(58,165,102); }

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