#4CA261

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

Shades of Chateau Green #4CA261

Tints of Chateau Green #4CA261

Color information

#4CA261 (or 0x4CA261) is unknown color: approx Chateau Green. HEX triplet: 4C, A2 and 61. RGB value is (76,162,97). Sum of RGB (Red+Green+Blue) = 76+162+97=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA261 is #B35D9E. Grayscale: #818181. Windows color (decimal): -11754911 or 6398540. OLE color: 6398540.

HSL color Cylindrical-coordinate representation of color #4CA261: hue angle of 134.65º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA261 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB7616297-
CMYK0.5300.400.36
HSL134.65º36.13%46.67%-
HSV(B)134.65º53.09%63.53%-
XYZ18.0628.2415.81-
YUV128.88110.0190.29-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.69%
GREEN value IS 162 (63.67% from 255) = 48.36%
BLUE value IS 97 (38.28% from 255) = 28.96%
R=22.69%
G=48.36%
B=28.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal76162970.5300.400.36134.6536.1346.67
Hex4CA261350282487242f
Octal11424214165050442074457
Binary1001100101000101100001110101010100010010010000111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,162,97); }

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

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

 a { background-color: rgb(76,162,97); }

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

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

 span { border-color: rgb(76,162,97); }

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