#3aa25a

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

Shades of Chateau Green #3AA25A

Tints of Chateau Green #3AA25A

Color information

#3AA25A (or 0x3AA25A) is unknown color: approx Chateau Green. HEX triplet: 3A, A2 and 5A. RGB value is (58,162,90). Sum of RGB (Red+Green+Blue) = 58+162+90=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 162 (63.67% from 255 or 52.26% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 162 - color contains mainly: green. Hex color #3AA25A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA25A is #C55DA5. Grayscale: #7A7A7A. Windows color (decimal): -12934566 or 5939770. OLE color: 5939770.

HSL color Cylindrical-coordinate representation of color #3AA25A: hue angle of 138.46º degrees, saturation: 0.47, 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 #3AA25A is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB5816290-
CMYK0.6400.440.36
HSL138.46º47.27%43.14%-
HSV(B)138.46º64.2%63.53%-
XYZ16.5127.4814.11-
YUV122.7109.5481.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.71%
GREEN value IS 162 (63.67% from 255) = 52.26%
BLUE value IS 90 (35.55% from 255) = 29.03%
R=18.71%
G=52.26%
B=29.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal58162900.6400.440.36138.4647.2743.14
Hex3AA25A4002C248a2f2b
Octal72242132100054442125753
Binary1110101010001010110101000000010110010010010001010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3aa25a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,162,90); }

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

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

 a { background-color: rgb(58,162,90); }

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

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

 span { border-color: rgb(58,162,90); }

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