#4AAB5F

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

Shades of Chateau Green #4AAB5F

Tints of Chateau Green #4AAB5F

Color information

#4AAB5F (or 0x4AAB5F) is unknown color: approx Chateau Green. HEX triplet: 4A, AB and 5F. RGB value is (74,171,95). Sum of RGB (Red+Green+Blue) = 74+171+95=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #4AAB5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAB5F is #B554A0. Grayscale: #858585. Windows color (decimal): -11883681 or 6269770. OLE color: 6269770.

HSL color Cylindrical-coordinate representation of color #4AAB5F: hue angle of 132.99º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAB5F is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB7417195-
CMYK0.5700.440.33
HSL132.99º39.59%48.04%-
HSV(B)132.99º56.73%67.06%-
XYZ19.4531.4115.86-
YUV133.33106.3685.68-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.76%
GREEN value IS 171 (67.19% from 255) = 50.29%
BLUE value IS 95 (37.5% from 255) = 27.94%
R=21.76%
G=50.29%
B=27.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74171950.5700.440.33132.9939.5948.04
Hex4AAB5F3902C21852830
Octal11225313771054412055060
Binary1001010101010111011111111001010110010000110000101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,171,95); }

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

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

 a { background-color: rgb(74,171,95); }

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

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

 span { border-color: rgb(74,171,95); }

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