#3AA465

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

Shades of Eucalyptus #3AA465

Tints of Eucalyptus #3AA465

Color information

#3AA465 (or 0x3AA465) is unknown color: approx Eucalyptus. HEX triplet: 3A, A4 and 65. RGB value is (58,164,101). Sum of RGB (Red+Green+Blue) = 58+164+101=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 164 (64.45% from 255 or 50.77% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 164 - color contains mainly: green. Hex color #3AA465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA465 is #C55B9A. Grayscale: #7D7D7D. Windows color (decimal): -12934043 or 6661178. OLE color: 6661178.

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

Color convert

RGB58164101-
CMYK0.6500.380.36
HSL144.34º47.75%43.53%-
HSV(B)144.34º64.63%64.31%-
XYZ17.3728.3916.88-
YUV125.12114.3880.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.96%
GREEN value IS 164 (64.45% from 255) = 50.77%
BLUE value IS 101 (39.84% from 255) = 31.27%
R=17.96%
G=50.77%
B=31.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal581641010.6500.380.36144.3447.7543.53
Hex3AA465410262490302c
Octal72244145101046442206054
Binary1110101010010011001011000001010011010010010010000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,164,101); }

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

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

 a { background-color: rgb(58,164,101); }

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

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

 span { border-color: rgb(58,164,101); }

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