#4C9164

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

Shades of Chateau Green #4C9164

Tints of Chateau Green #4C9164

Color information

#4C9164 (or 0x4C9164) is unknown color: approx Chateau Green. HEX triplet: 4C, 91 and 64. RGB value is (76,145,100). Sum of RGB (Red+Green+Blue) = 76+145+100=321 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.68% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #4C9164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9164 is #B36E9B. Grayscale: #777777. Windows color (decimal): -11759260 or 6590796. OLE color: 6590796.

HSL color Cylindrical-coordinate representation of color #4C9164: hue angle of 140.87º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C9164 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB76145100-
CMYK0.4800.310.43
HSL140.87º31.22%43.33%-
HSV(B)140.87º47.59%56.86%-
XYZ15.4122.7115.63-
YUV119.24117.1497.16-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.68%
GREEN value IS 145 (57.03% from 255) = 45.17%
BLUE value IS 100 (39.45% from 255) = 31.15%
R=23.68%
G=45.17%
B=31.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal761451000.4800.310.43140.8731.2243.33
Hex4C91643001F2B8d1f2b
Octal11422114460037532153753
Binary10011001001000111001001100000111111010111000110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,145,100); }

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

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

 a { background-color: rgb(76,145,100); }

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

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

 span { border-color: rgb(76,145,100); }

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