#3AAB4D

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

Shades of Chateau Green #3AAB4D

Tints of Chateau Green #3AAB4D

Color information

#3AAB4D (or 0x3AAB4D) is unknown color: approx Chateau Green. HEX triplet: 3A, AB and 4D. RGB value is (58,171,77). Sum of RGB (Red+Green+Blue) = 58+171+77=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #3AAB4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAB4D is #C554B2. Grayscale: #7E7E7E. Windows color (decimal): -12932275 or 5090106. OLE color: 5090106.

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

Color convert

RGB5817177-
CMYK0.6600.550.33
HSL130.09º49.34%44.9%-
HSV(B)130.09º66.08%67.06%-
XYZ17.6530.5611.99-
YUV126.5100.0679.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.95%
GREEN value IS 171 (67.19% from 255) = 55.88%
BLUE value IS 77 (30.47% from 255) = 25.16%
R=18.95%
G=55.88%
B=25.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58171770.6600.550.33130.0949.3444.9
Hex3AAB4D420372182312d
Octal72253115102067412026155
Binary1110101010101110011011000010011011110000110000010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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