#3AAF5B

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

Shades of Chateau Green #3AAF5B

Tints of Chateau Green #3AAF5B

Color information

#3AAF5B (or 0x3AAF5B) is unknown color: approx Chateau Green. HEX triplet: 3A, AF and 5B. RGB value is (58,175,91). Sum of RGB (Red+Green+Blue) = 58+175+91=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAF5B is #C550A4. Grayscale: #828282. Windows color (decimal): -12931237 or 6008634. OLE color: 6008634.

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

Color convert

RGB5817591-
CMYK0.6700.480.31
HSL136.92º50.21%45.69%-
HSV(B)136.92º66.86%68.63%-
XYZ18.9632.3115.14-
YUV130.44105.7476.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.90%
GREEN value IS 175 (68.75% from 255) = 54.01%
BLUE value IS 91 (35.94% from 255) = 28.09%
R=17.90%
G=54.01%
B=28.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58175910.6700.480.31136.9250.2145.69
Hex3AAF5B430301F89322e
Octal72257133103060372116256
Binary111010101011111011011100001101100001111110001001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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