#4AA25B

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

Shades of Chateau Green #4AA25B

Tints of Chateau Green #4AA25B

Color information

#4AA25B (or 0x4AA25B) is unknown color: approx Chateau Green. HEX triplet: 4A, A2 and 5B. RGB value is (74,162,91). Sum of RGB (Red+Green+Blue) = 74+162+91=327 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.63% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA25B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA25B is #B55DA4. Grayscale: #7F7F7F. Windows color (decimal): -11885989 or 6005322. OLE color: 6005322.

HSL color Cylindrical-coordinate representation of color #4AA25B: hue angle of 131.59º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA25B is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB7416291-
CMYK0.5400.440.36
HSL131.59º37.29%46.27%-
HSV(B)131.59º54.32%63.53%-
XYZ17.6328.0514.38-
YUV127.59107.3589.77-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.63%
GREEN value IS 162 (63.67% from 255) = 49.54%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=22.63%
G=49.54%
B=27.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal74162910.5400.440.36131.5937.2946.27
Hex4AA25B3602C2484252e
Octal11224213366054442044556
Binary1001010101000101011011110110010110010010010000100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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