#4a9960

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

Shades of Chateau Green #4A9960

Tints of Chateau Green #4A9960

Color information

#4A9960 (or 0x4A9960) is unknown color: approx Chateau Green. HEX triplet: 4A, 99 and 60. RGB value is (74,153,96). Sum of RGB (Red+Green+Blue) = 74+153+96=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #4A9960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9960 is #B5669F. Grayscale: #7B7B7B. Windows color (decimal): -11888288 or 6330698. OLE color: 6330698.

HSL color Cylindrical-coordinate representation of color #4A9960: hue angle of 136.71º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A9960 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB7415396-
CMYK0.5200.370.4
HSL136.71º34.8%44.51%-
HSV(B)136.71º51.63%60%-
XYZ16.3325.0815.05-
YUV122.88112.8393.13-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.91%
GREEN value IS 153 (60.16% from 255) = 47.37%
BLUE value IS 96 (37.89% from 255) = 29.72%
R=22.91%
G=47.37%
B=29.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal74153960.5200.370.4136.7134.844.51
Hex4A9960340252889232d
Octal11223114064045502114355
Binary1001010100110011100000110100010010110100010001001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a9960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,153,96); }

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

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

 a { background-color: rgb(74,153,96); }

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

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

 span { border-color: rgb(74,153,96); }

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