#4AA564

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

Shades of Chateau Green #4AA564

Tints of Chateau Green #4AA564

Color information

#4AA564 (or 0x4AA564) is unknown color: approx Chateau Green. HEX triplet: 4A, A5 and 64. RGB value is (74,165,100). Sum of RGB (Red+Green+Blue) = 74+165+100=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #4AA564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA564 is #B55A9B. Grayscale: #828282. Windows color (decimal): -11885212 or 6595914. OLE color: 6595914.

HSL color Cylindrical-coordinate representation of color #4AA564: hue angle of 137.14º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA564 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB74165100-
CMYK0.5500.390.35
HSL137.14º38.08%46.86%-
HSV(B)137.14º55.15%64.71%-
XYZ18.5829.2916.73-
YUV130.38110.8587.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.83%
GREEN value IS 165 (64.84% from 255) = 48.67%
BLUE value IS 100 (39.45% from 255) = 29.50%
R=21.83%
G=48.67%
B=29.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal741651000.5500.390.35137.1438.0846.86
Hex4AA564370272389262f
Octal11224514467047432114657
Binary1001010101001011100100110111010011110001110001001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,165,100); }

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

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

 a { background-color: rgb(74,165,100); }

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

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

 span { border-color: rgb(74,165,100); }

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