#3AAF50

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

Shades of Chateau Green #3AAF50

Tints of Chateau Green #3AAF50

Color information

#3AAF50 (or 0x3AAF50) is unknown color: approx Chateau Green. HEX triplet: 3A, AF and 50. RGB value is (58,175,80). Sum of RGB (Red+Green+Blue) = 58+175+80=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAF50 is #C550AF. Grayscale: #818181. Windows color (decimal): -12931248 or 5287738. OLE color: 5287738.

HSL color Cylindrical-coordinate representation of color #3AAF50: hue angle of 131.28º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AAF50 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB5817580-
CMYK0.6700.540.31
HSL131.28º50.21%45.69%-
HSV(B)131.28º66.86%68.63%-
XYZ18.5232.1412.82-
YUV129.19100.2477.22-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.53%
GREEN value IS 175 (68.75% from 255) = 55.91%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=18.53%
G=55.91%
B=25.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58175800.6700.540.31131.2850.2145.69
Hex3AAF50430361F83322e
Octal72257120103066372036256
Binary111010101011111010000100001101101101111110000011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,175,80); }

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

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

 a { background-color: rgb(58,175,80); }

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

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

 span { border-color: rgb(58,175,80); }

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