#4CA265

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

Shades of Chateau Green #4CA265

Tints of Chateau Green #4CA265

Color information

#4CA265 (or 0x4CA265) is unknown color: approx Chateau Green. HEX triplet: 4C, A2 and 65. RGB value is (76,162,101). Sum of RGB (Red+Green+Blue) = 76+162+101=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA265 is #B35D9A. Grayscale: #818181. Windows color (decimal): -11754907 or 6660684. OLE color: 6660684.

HSL color Cylindrical-coordinate representation of color #4CA265: hue angle of 137.44º 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 #4CA265 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB76162101-
CMYK0.5300.380.36
HSL137.44º36.13%46.67%-
HSV(B)137.44º53.09%63.53%-
XYZ18.2528.3216.82-
YUV129.33112.0189.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.42%
GREEN value IS 162 (63.67% from 255) = 47.79%
BLUE value IS 101 (39.84% from 255) = 29.79%
R=22.42%
G=47.79%
B=29.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal761621010.5300.380.36137.4436.1346.67
Hex4CA265350262489242f
Octal11424214565046442114457
Binary1001100101000101100101110101010011010010010001001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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