#3AA362

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

Shades of Eucalyptus #3AA362

Tints of Eucalyptus #3AA362

Color information

#3AA362 (or 0x3AA362) is unknown color: approx Eucalyptus. HEX triplet: 3A, A3 and 62. RGB value is (58,163,98). Sum of RGB (Red+Green+Blue) = 58+163+98=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 163 (64.06% from 255 or 51.10% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 163 - color contains mainly: green. Hex color #3AA362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA362 is #C55C9D. Grayscale: #7C7C7C. Windows color (decimal): -12934302 or 6464314. OLE color: 6464314.

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

Color convert

RGB5816398-
CMYK0.6400.400.36
HSL142.86º47.51%43.33%-
HSV(B)142.86º64.42%63.92%-
XYZ17.0527.9816.06-
YUV124.2113.2180.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.18%
GREEN value IS 163 (64.06% from 255) = 51.10%
BLUE value IS 98 (38.67% from 255) = 30.72%
R=18.18%
G=51.10%
B=30.72%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal58163980.6400.400.36142.8647.5143.33
Hex3AA36240028248f302b
Octal72243142100050442176053
Binary1110101010001111000101000000010100010010010001111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,163,98); }

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

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

 a { background-color: rgb(58,163,98); }

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

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

 span { border-color: rgb(58,163,98); }

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