#3AAF5E

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

Shades of Chateau Green #3AAF5E

Tints of Chateau Green #3AAF5E

Color information

#3AAF5E (or 0x3AAF5E) is unknown color: approx Chateau Green. HEX triplet: 3A, AF and 5E. RGB value is (58,175,94). Sum of RGB (Red+Green+Blue) = 58+175+94=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAF5E is #C550A1. Grayscale: #828282. Windows color (decimal): -12931234 or 6205242. OLE color: 6205242.

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

Color convert

RGB5817594-
CMYK0.6700.460.31
HSL138.46º50.21%45.69%-
HSV(B)138.46º66.86%68.63%-
XYZ19.132.3715.83-
YUV130.78107.2476.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.74%
GREEN value IS 175 (68.75% from 255) = 53.52%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=17.74%
G=53.52%
B=28.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58175940.6700.460.31138.4650.2145.69
Hex3AAF5E4302E1F8a322e
Octal72257136103056372126256
Binary111010101011111011110100001101011101111110001010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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