#4AA65B

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

Shades of Chateau Green #4AA65B

Tints of Chateau Green #4AA65B

Color information

#4AA65B (or 0x4AA65B) is unknown color: approx Chateau Green. HEX triplet: 4A, A6 and 5B. RGB value is (74,166,91). Sum of RGB (Red+Green+Blue) = 74+166+91=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 166 (65.23% from 255 or 50.15% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 166 - color contains mainly: green. Hex color #4AA65B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA65B is #B559A4. Grayscale: #828282. Windows color (decimal): -11884965 or 6006346. OLE color: 6006346.

HSL color Cylindrical-coordinate representation of color #4AA65B: hue angle of 131.09º 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 #4AA65B is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB7416691-
CMYK0.5500.450.35
HSL131.09º38.33%47.06%-
HSV(B)131.09º55.42%65.1%-
XYZ18.3529.4814.62-
YUV129.94106.0288.1-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.36%
GREEN value IS 166 (65.23% from 255) = 50.15%
BLUE value IS 91 (35.94% from 255) = 27.49%
R=22.36%
G=50.15%
B=27.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal74166910.5500.450.35131.0938.3347.06
Hex4AA65B3702D2383262f
Octal11224613367055432034657
Binary1001010101001101011011110111010110110001110000011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,166,91); }

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

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

 a { background-color: rgb(74,166,91); }

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

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

 span { border-color: rgb(74,166,91); }

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