#3AAF5F

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

Shades of Chateau Green #3AAF5F

Tints of Chateau Green #3AAF5F

Color information

#3AAF5F (or 0x3AAF5F) is unknown color: approx Chateau Green. HEX triplet: 3A, AF and 5F. RGB value is (58,175,95). Sum of RGB (Red+Green+Blue) = 58+175+95=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAF5F is #C550A0. Grayscale: #838383. Windows color (decimal): -12931233 or 6270778. OLE color: 6270778.

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

Color convert

RGB5817595-
CMYK0.6700.460.31
HSL138.97º50.21%45.69%-
HSV(B)138.97º66.86%68.63%-
XYZ19.1432.3916.07-
YUV130.9107.7476-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.68%
GREEN value IS 175 (68.75% from 255) = 53.35%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=17.68%
G=53.35%
B=28.96%

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
Decimal58175950.6700.460.31138.9750.2145.69
Hex3AAF5F4302E1F8b322e
Octal72257137103056372136256
Binary111010101011111011111100001101011101111110001011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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