#4C965B

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

Shades of Chateau Green #4C965B

Tints of Chateau Green #4C965B

Color information

#4C965B (or 0x4C965B) is unknown color: approx Chateau Green. HEX triplet: 4C, 96 and 5B. RGB value is (76,150,91). Sum of RGB (Red+Green+Blue) = 76+150+91=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #4C965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C965B is #B369A4. Grayscale: #797979. Windows color (decimal): -11757989 or 6002252. OLE color: 6002252.

HSL color Cylindrical-coordinate representation of color #4C965B: hue angle of 132.16º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C965B is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB7615091-
CMYK0.4900.390.41
HSL132.16º32.74%44.31%-
HSV(B)132.16º49.33%58.82%-
XYZ15.7824.113.72-
YUV121.15110.9895.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.97%
GREEN value IS 150 (58.98% from 255) = 47.32%
BLUE value IS 91 (35.94% from 255) = 28.71%
R=23.97%
G=47.32%
B=28.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal76150910.4900.390.41132.1632.7444.31
Hex4C965B310272984212c
Octal11422613361047512044154
Binary1001100100101101011011110001010011110100110000100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C965B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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