#4AAB3F

Color #4AAB3F Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #4AAB3F

Tints of Fruit Salad #4AAB3F

Color information

#4AAB3F (or 0x4AAB3F) is unknown color: approx Fruit Salad. HEX triplet: 4A, AB and 3F. RGB value is (74,171,63). Sum of RGB (Red+Green+Blue) = 74+171+63=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #4AAB3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAB3F is #B554C0. Grayscale: #828282. Windows color (decimal): -11883713 or 4172618. OLE color: 4172618.

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

Color convert

RGB7417163-
CMYK0.5700.630.33
HSL113.89º46.15%45.88%-
HSV(B)113.89º63.16%67.06%-
XYZ18.2830.949.71-
YUV129.6890.3688.28-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.03%
GREEN value IS 171 (67.19% from 255) = 55.52%
BLUE value IS 63 (25% from 255) = 20.45%
R=24.03%
G=55.52%
B=20.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74171630.5700.630.33113.8946.1545.88
Hex4AAB3F3903F21722e2e
Octal1122537771077411625656
Binary10010101010101111111111100101111111000011110010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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