#3aaf5d

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

Shades of Chateau Green #3AAF5D

Tints of Chateau Green #3AAF5D

Color information

#3AAF5D (or 0x3AAF5D) is unknown color: approx Chateau Green. HEX triplet: 3A, AF and 5D. RGB value is (58,175,93). Sum of RGB (Red+Green+Blue) = 58+175+93=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 175 (68.75% from 255 or 53.68% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAF5D is #C550A2. Grayscale: #828282. Windows color (decimal): -12931235 or 6139706. OLE color: 6139706.

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

Color convert

RGB5817593-
CMYK0.6700.470.31
HSL137.95º50.21%45.69%-
HSV(B)137.95º66.86%68.63%-
XYZ19.0532.3515.6-
YUV130.67106.7476.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.79%
GREEN value IS 175 (68.75% from 255) = 53.68%
BLUE value IS 93 (36.72% from 255) = 28.53%
R=17.79%
G=53.68%
B=28.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58175930.6700.470.31137.9550.2145.69
Hex3AAF5D4302F1F8a322e
Octal72257135103057372126256
Binary111010101011111011101100001101011111111110001010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3aaf5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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