#3AAF5A

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

Shades of Chateau Green #3AAF5A

Tints of Chateau Green #3AAF5A

Color information

#3AAF5A (or 0x3AAF5A) is unknown color: approx Chateau Green. HEX triplet: 3A, AF and 5A. RGB value is (58,175,90). Sum of RGB (Red+Green+Blue) = 58+175+90=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAF5A is #C550A5. Grayscale: #828282. Windows color (decimal): -12931238 or 5943098. OLE color: 5943098.

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

Color convert

RGB5817590-
CMYK0.6700.490.31
HSL136.41º50.21%45.69%-
HSV(B)136.41º66.86%68.63%-
XYZ18.9232.314.91-
YUV130.33105.2476.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.96%
GREEN value IS 175 (68.75% from 255) = 54.18%
BLUE value IS 90 (35.55% from 255) = 27.86%
R=17.96%
G=54.18%
B=27.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58175900.6700.490.31136.4150.2145.69
Hex3AAF5A430311F88322e
Octal72257132103061372106256
Binary111010101011111011010100001101100011111110001000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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