#4AAF61

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

Shades of Chateau Green #4AAF61

Tints of Chateau Green #4AAF61

Color information

#4AAF61 (or 0x4AAF61) is unknown color: approx Chateau Green. HEX triplet: 4A, AF and 61. RGB value is (74,175,97). Sum of RGB (Red+Green+Blue) = 74+175+97=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAF61 is #B5509E. Grayscale: #888888. Windows color (decimal): -11882655 or 6401866. OLE color: 6401866.

HSL color Cylindrical-coordinate representation of color #4AAF61: hue angle of 133.66º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AAF61 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB7417597-
CMYK0.5800.450.31
HSL133.66º40.56%48.82%-
HSV(B)133.66º57.71%68.63%-
XYZ20.3132.9816.6-
YUV135.91106.0483.84-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.39%
GREEN value IS 175 (68.75% from 255) = 50.58%
BLUE value IS 97 (38.28% from 255) = 28.03%
R=21.39%
G=50.58%
B=28.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal74175970.5800.450.31133.6640.5648.82
Hex4AAF613A02D1F862931
Octal11225714172055372065161
Binary100101010101111110000111101001011011111110000110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AAF61; }

 p { color: rgb(74,175,97); }

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

<style>
 a { background-color: #4AAF61; }

 a { background-color: rgb(74,175,97); }

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

<style>
 span { border-color: #4AAF61; }

 span { border-color: rgb(74,175,97); }

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