#4AA462

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

Shades of Chateau Green #4AA462

Tints of Chateau Green #4AA462

Color information

#4AA462 (or 0x4AA462) is unknown color: approx Chateau Green. HEX triplet: 4A, A4 and 62. RGB value is (74,164,98). Sum of RGB (Red+Green+Blue) = 74+164+98=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA462 is #B55B9D. Grayscale: #818181. Windows color (decimal): -11885470 or 6464586. OLE color: 6464586.

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

Color convert

RGB7416498-
CMYK0.5500.400.36
HSL136º37.82%46.67%-
HSV(B)136º54.88%64.31%-
XYZ18.328.8916.17-
YUV129.57110.1888.37-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.02%
GREEN value IS 164 (64.45% from 255) = 48.81%
BLUE value IS 98 (38.67% from 255) = 29.17%
R=22.02%
G=48.81%
B=29.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal74164980.5500.400.3613637.8246.67
Hex4AA462370282488262f
Octal11224414267050442104657
Binary1001010101001001100010110111010100010010010001000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,164,98); }

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

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

 a { background-color: rgb(74,164,98); }

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

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

 span { border-color: rgb(74,164,98); }

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