#3AA24A

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

Shades of Chateau Green #3AA24A

Tints of Chateau Green #3AA24A

Color information

#3AA24A (or 0x3AA24A) is unknown color: approx Chateau Green. HEX triplet: 3A, A2 and 4A. RGB value is (58,162,74). Sum of RGB (Red+Green+Blue) = 58+162+74=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 162 (63.67% from 255 or 55.10% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 162 - color contains mainly: green. Hex color #3AA24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA24A is #C55DB5. Grayscale: #797979. Windows color (decimal): -12934582 or 4891194. OLE color: 4891194.

HSL color Cylindrical-coordinate representation of color #3AA24A: hue angle of 129.23º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA24A is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB5816274-
CMYK0.6400.540.36
HSL129.23º47.27%43.14%-
HSV(B)129.23º64.2%63.53%-
XYZ15.927.2310.9-
YUV120.87101.5483.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.73%
GREEN value IS 162 (63.67% from 255) = 55.10%
BLUE value IS 74 (29.30% from 255) = 25.17%
R=19.73%
G=55.10%
B=25.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal58162740.6400.540.36129.2347.2743.14
Hex3AA24A4003624812f2b
Octal72242112100066442015753
Binary1110101010001010010101000000011011010010010000001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,162,74); }

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

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

 a { background-color: rgb(58,162,74); }

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

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

 span { border-color: rgb(58,162,74); }

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