#3AAB5F

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

Shades of Chateau Green #3AAB5F

Tints of Chateau Green #3AAB5F

Color information

#3AAB5F (or 0x3AAB5F) is unknown color: approx Chateau Green. HEX triplet: 3A, AB and 5F. RGB value is (58,171,95). Sum of RGB (Red+Green+Blue) = 58+171+95=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #3AAB5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAB5F is #C554A0. Grayscale: #808080. Windows color (decimal): -12932257 or 6269754. OLE color: 6269754.

HSL color Cylindrical-coordinate representation of color #3AAB5F: hue angle of 139.65º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAB5F is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB5817195-
CMYK0.6600.440.33
HSL139.65º49.34%44.9%-
HSV(B)139.65º66.08%67.06%-
XYZ18.3730.8515.81-
YUV128.55109.0677.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.90%
GREEN value IS 171 (67.19% from 255) = 52.78%
BLUE value IS 95 (37.5% from 255) = 29.32%
R=17.90%
G=52.78%
B=29.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58171950.6600.440.33139.6549.3444.9
Hex3AAB5F4202C218c312d
Octal72253137102054412146155
Binary1110101010101110111111000010010110010000110001100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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