#4CA25E

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

Shades of Chateau Green #4CA25E

Tints of Chateau Green #4CA25E

Color information

#4CA25E (or 0x4CA25E) is unknown color: approx Chateau Green. HEX triplet: 4C, A2 and 5E. RGB value is (76,162,94). Sum of RGB (Red+Green+Blue) = 76+162+94=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA25E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA25E is #B35DA1. Grayscale: #808080. Windows color (decimal): -11754914 or 6201932. OLE color: 6201932.

HSL color Cylindrical-coordinate representation of color #4CA25E: hue angle of 132.56º 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 #4CA25E is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB7616294-
CMYK0.5300.420.36
HSL132.56º36.13%46.67%-
HSV(B)132.56º53.09%63.53%-
XYZ17.9228.1915.09-
YUV128.53108.5190.53-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.89%
GREEN value IS 162 (63.67% from 255) = 48.80%
BLUE value IS 94 (37.11% from 255) = 28.31%
R=22.89%
G=48.80%
B=28.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal76162940.5300.420.36132.5636.1346.67
Hex4CA25E3502A2485242f
Octal11424213665052442054457
Binary1001100101000101011110110101010101010010010000101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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