#3AAB4F

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

Shades of Chateau Green #3AAB4F

Tints of Chateau Green #3AAB4F

Color information

#3AAB4F (or 0x3AAB4F) is unknown color: approx Chateau Green. HEX triplet: 3A, AB and 4F. RGB value is (58,171,79). Sum of RGB (Red+Green+Blue) = 58+171+79=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #3AAB4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAB4F is #C554B0. Grayscale: #7E7E7E. Windows color (decimal): -12932273 or 5221178. OLE color: 5221178.

HSL color Cylindrical-coordinate representation of color #3AAB4F: hue angle of 131.15º 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 #3AAB4F is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB5817179-
CMYK0.6600.540.33
HSL131.15º49.34%44.9%-
HSV(B)131.15º66.08%67.06%-
XYZ17.7230.5912.37-
YUV126.72101.0678.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.83%
GREEN value IS 171 (67.19% from 255) = 55.52%
BLUE value IS 79 (31.25% from 255) = 25.65%
R=18.83%
G=55.52%
B=25.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58171790.6600.540.33131.1549.3444.9
Hex3AAB4F420362183312d
Octal72253117102066412036155
Binary1110101010101110011111000010011011010000110000011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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