#4C9264

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

Shades of Chateau Green #4C9264

Tints of Chateau Green #4C9264

Color information

#4C9264 (or 0x4C9264) is unknown color: approx Chateau Green. HEX triplet: 4C, 92 and 64. RGB value is (76,146,100). Sum of RGB (Red+Green+Blue) = 76+146+100=322 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.60% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #4C9264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9264 is #B36D9B. Grayscale: #777777. Windows color (decimal): -11759004 or 6591052. OLE color: 6591052.

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

Color convert

RGB76146100-
CMYK0.4800.320.43
HSL140.57º31.53%43.53%-
HSV(B)140.57º47.95%57.25%-
XYZ15.5623.0115.68-
YUV119.83116.8196.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.60%
GREEN value IS 146 (57.42% from 255) = 45.34%
BLUE value IS 100 (39.45% from 255) = 31.06%
R=23.60%
G=45.34%
B=31.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal761461000.4800.320.43140.5731.5343.53
Hex4C9264300202B8d202c
Octal11422214460040532154054
Binary1001100100100101100100110000010000010101110001101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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