#4CA95F

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

Shades of Chateau Green #4CA95F

Tints of Chateau Green #4CA95F

Color information

#4CA95F (or 0x4CA95F) is unknown color: approx Chateau Green. HEX triplet: 4C, A9 and 5F. RGB value is (76,169,95). Sum of RGB (Red+Green+Blue) = 76+169+95=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 169 (66.41% from 255 or 49.71% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 169 - color contains mainly: green. Hex color #4CA95F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA95F is #B356A0. Grayscale: #848484. Windows color (decimal): -11753121 or 6269260. OLE color: 6269260.

HSL color Cylindrical-coordinate representation of color #4CA95F: hue angle of 132.26º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CA95F is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB7616995-
CMYK0.5500.440.34
HSL132.26º37.96%48.04%-
HSV(B)132.26º55.03%66.27%-
XYZ19.2330.7415.75-
YUV132.76106.6987.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.35%
GREEN value IS 169 (66.41% from 255) = 49.71%
BLUE value IS 95 (37.5% from 255) = 27.94%
R=22.35%
G=49.71%
B=27.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal76169950.5500.440.34132.2637.9648.04
Hex4CA95F3702C22842630
Octal11425113767054422044660
Binary1001100101010011011111110111010110010001010000100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,169,95); }

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

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

 a { background-color: rgb(76,169,95); }

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

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

 span { border-color: rgb(76,169,95); }

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