#4CA25B

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

Shades of Chateau Green #4CA25B

Tints of Chateau Green #4CA25B

Color information

#4CA25B (or 0x4CA25B) is unknown color: approx Chateau Green. HEX triplet: 4C, A2 and 5B. RGB value is (76,162,91). Sum of RGB (Red+Green+Blue) = 76+162+91=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 162 (63.67% from 255 or 49.24% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA25B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA25B is #B35DA4. Grayscale: #808080. Windows color (decimal): -11754917 or 6005324. OLE color: 6005324.

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

Color convert

RGB7616291-
CMYK0.5300.440.36
HSL130.47º36.13%46.67%-
HSV(B)130.47º53.09%63.53%-
XYZ17.7928.1314.39-
YUV128.19107.0190.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.10%
GREEN value IS 162 (63.67% from 255) = 49.24%
BLUE value IS 91 (35.94% from 255) = 27.66%
R=23.10%
G=49.24%
B=27.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal76162910.5300.440.36130.4736.1346.67
Hex4CA25B3502C2482242f
Octal11424213365054442024457
Binary1001100101000101011011110101010110010010010000010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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