#3AA463

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

Shades of Eucalyptus #3AA463

Tints of Eucalyptus #3AA463

Color information

#3AA463 (or 0x3AA463) is unknown color: approx Eucalyptus. HEX triplet: 3A, A4 and 63. RGB value is (58,164,99). Sum of RGB (Red+Green+Blue) = 58+164+99=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #3AA463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA463 is #C55B9C. Grayscale: #7D7D7D. Windows color (decimal): -12934045 or 6530106. OLE color: 6530106.

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

Color convert

RGB5816499-
CMYK0.6500.400.36
HSL143.21º47.75%43.53%-
HSV(B)143.21º64.63%64.31%-
XYZ17.2728.3516.37-
YUV124.9113.3880.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.07%
GREEN value IS 164 (64.45% from 255) = 51.09%
BLUE value IS 99 (39.06% from 255) = 30.84%
R=18.07%
G=51.09%
B=30.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal58164990.6500.400.36143.2147.7543.53
Hex3AA46341028248f302c
Octal72244143101050442176054
Binary1110101010010011000111000001010100010010010001111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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