#3AAF52

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

Shades of Chateau Green #3AAF52

Tints of Chateau Green #3AAF52

Color information

#3AAF52 (or 0x3AAF52) is unknown color: approx Chateau Green. HEX triplet: 3A, AF and 52. RGB value is (58,175,82). Sum of RGB (Red+Green+Blue) = 58+175+82=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 175 (68.75% from 255 or 55.56% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAF52 is #C550AD. Grayscale: #818181. Windows color (decimal): -12931246 or 5418810. OLE color: 5418810.

HSL color Cylindrical-coordinate representation of color #3AAF52: hue angle of 132.31º 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 #3AAF52 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB5817582-
CMYK0.6700.530.31
HSL132.31º50.21%45.69%-
HSV(B)132.31º66.86%68.63%-
XYZ18.632.1713.21-
YUV129.42101.2477.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.41%
GREEN value IS 175 (68.75% from 255) = 55.56%
BLUE value IS 82 (32.42% from 255) = 26.03%
R=18.41%
G=55.56%
B=26.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58175820.6700.530.31132.3150.2145.69
Hex3AAF52430351F84322e
Octal72257122103065372046256
Binary111010101011111010010100001101101011111110000100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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