#4CA065

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

Shades of Chateau Green #4CA065

Tints of Chateau Green #4CA065

Color information

#4CA065 (or 0x4CA065) is unknown color: approx Chateau Green. HEX triplet: 4C, A0 and 65. RGB value is (76,160,101). Sum of RGB (Red+Green+Blue) = 76+160+101=337 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.55% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #4CA065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA065 is #B35F9A. Grayscale: #808080. Windows color (decimal): -11755419 or 6660172. OLE color: 6660172.

HSL color Cylindrical-coordinate representation of color #4CA065: hue angle of 137.86º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4CA065 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB76160101-
CMYK0.5200.370.37
HSL137.86º35.59%46.27%-
HSV(B)137.86º52.5%62.75%-
XYZ17.927.6216.7-
YUV128.16112.6790.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.55%
GREEN value IS 160 (62.89% from 255) = 47.48%
BLUE value IS 101 (39.84% from 255) = 29.97%
R=22.55%
G=47.48%
B=29.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal761601010.5200.370.37137.8635.5946.27
Hex4CA06534025258a242e
Octal11424014564045452124456
Binary1001100101000001100101110100010010110010110001010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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