#4CA05B

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

Shades of Chateau Green #4CA05B

Tints of Chateau Green #4CA05B

Color information

#4CA05B (or 0x4CA05B) is unknown color: approx Chateau Green. HEX triplet: 4C, A0 and 5B. RGB value is (76,160,91). Sum of RGB (Red+Green+Blue) = 76+160+91=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 160 (62.89% from 255 or 48.93% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 160 - color contains mainly: green. Hex color #4CA05B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA05B is #B35FA4. Grayscale: #7F7F7F. Windows color (decimal): -11755429 or 6004812. OLE color: 6004812.

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

Color convert

RGB7616091-
CMYK0.5200.430.37
HSL130.71º35.59%46.27%-
HSV(B)130.71º52.5%62.75%-
XYZ17.4427.4314.27-
YUV127.02107.6791.61-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.24%
GREEN value IS 160 (62.89% from 255) = 48.93%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=23.24%
G=48.93%
B=27.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal76160910.5200.430.37130.7135.5946.27
Hex4CA05B3402B2583242e
Octal11424013364053452034456
Binary1001100101000001011011110100010101110010110000011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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