#3AA961

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

Shades of Chateau Green #3AA961

Tints of Chateau Green #3AA961

Color information

#3AA961 (or 0x3AA961) is unknown color: approx Chateau Green. HEX triplet: 3A, A9 and 61. RGB value is (58,169,97). Sum of RGB (Red+Green+Blue) = 58+169+97=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 169 (66.41% from 255 or 52.16% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 169 - color contains mainly: green. Hex color #3AA961 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA961 is #C5569E. Grayscale: #7F7F7F. Windows color (decimal): -12932767 or 6400314. OLE color: 6400314.

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

Color convert

RGB5816997-
CMYK0.6600.430.34
HSL141.08º48.9%44.51%-
HSV(B)141.08º65.68%66.27%-
XYZ18.0930.1416.17-
YUV127.6110.7378.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.90%
GREEN value IS 169 (66.41% from 255) = 52.16%
BLUE value IS 97 (38.28% from 255) = 29.94%
R=17.90%
G=52.16%
B=29.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal58169970.6600.430.34141.0848.944.51
Hex3AA9614202B228d312d
Octal72251141102053422156155
Binary1110101010100111000011000010010101110001010001101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,169,97); }

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

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

 a { background-color: rgb(58,169,97); }

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

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

 span { border-color: rgb(58,169,97); }

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