#3AA24C

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

Shades of Chateau Green #3AA24C

Tints of Chateau Green #3AA24C

Color information

#3AA24C (or 0x3AA24C) is unknown color: approx Chateau Green. HEX triplet: 3A, A2 and 4C. RGB value is (58,162,76). Sum of RGB (Red+Green+Blue) = 58+162+76=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 162 (63.67% from 255 or 54.73% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 162 - color contains mainly: green. Hex color #3AA24C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA24C is #C55DB3. Grayscale: #797979. Windows color (decimal): -12934580 or 5022266. OLE color: 5022266.

HSL color Cylindrical-coordinate representation of color #3AA24C: hue angle of 130.38º 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 #3AA24C is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB5816276-
CMYK0.6400.530.36
HSL130.38º47.27%43.14%-
HSV(B)130.38º64.2%63.53%-
XYZ15.9727.2611.26-
YUV121.1102.5482.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.59%
GREEN value IS 162 (63.67% from 255) = 54.73%
BLUE value IS 76 (30.08% from 255) = 25.68%
R=19.59%
G=54.73%
B=25.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal58162760.6400.530.36130.3847.2743.14
Hex3AA24C4003524822f2b
Octal72242114100065442025753
Binary1110101010001010011001000000011010110010010000010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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