#4AB25F

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

Shades of Chateau Green #4AB25F

Tints of Chateau Green #4AB25F

Color information

#4AB25F (or 0x4AB25F) is unknown color: approx Chateau Green. HEX triplet: 4A, B2 and 5F. RGB value is (74,178,95). Sum of RGB (Red+Green+Blue) = 74+178+95=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 178 (69.92% from 255 or 51.30% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB25F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB25F is #B54DA0. Grayscale: #898989. Windows color (decimal): -11881889 or 6271562. OLE color: 6271562.

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

Color convert

RGB7417895-
CMYK0.5800.470.30
HSL132.12º41.27%49.41%-
HSV(B)132.12º58.43%69.8%-
XYZ20.8134.1216.32-
YUV137.44104.0482.75-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.33%
GREEN value IS 178 (69.92% from 255) = 51.30%
BLUE value IS 95 (37.5% from 255) = 27.38%
R=21.33%
G=51.30%
B=27.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal74178950.5800.470.30132.1241.2749.41
Hex4AB25F3A02F1E842931
Octal11226213772057362045161
Binary100101010110010101111111101001011111111010000100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,178,95); }

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

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

 a { background-color: rgb(74,178,95); }

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

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

 span { border-color: rgb(74,178,95); }

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