#4AA13B

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

Shades of Fruit Salad #4AA13B

Tints of Fruit Salad #4AA13B

Color information

#4AA13B (or 0x4AA13B) is unknown color: approx Fruit Salad. HEX triplet: 4A, A1 and 3B. RGB value is (74,161,59). Sum of RGB (Red+Green+Blue) = 74+161+59=294 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.17% from 294); Green value is 161 (63.28% from 255 or 54.76% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 161 - color contains mainly: green. Hex color #4AA13B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA13B is #B55EC4. Grayscale: #7B7B7B. Windows color (decimal): -11886277 or 3907914. OLE color: 3907914.

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

Color convert

RGB7416159-
CMYK0.5400.630.37
HSL111.18º46.36%43.14%-
HSV(B)111.18º63.35%63.14%-
XYZ16.3627.268.54-
YUV123.3691.6892.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.17%
GREEN value IS 161 (63.28% from 255) = 54.76%
BLUE value IS 59 (23.44% from 255) = 20.07%
R=25.17%
G=54.76%
B=20.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal74161590.5400.630.37111.1846.3643.14
Hex4AA13B3603F256f2e2b
Octal1122417366077451575653
Binary10010101010000111101111011001111111001011101111101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,161,59); }

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

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

 a { background-color: rgb(74,161,59); }

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

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

 span { border-color: rgb(74,161,59); }

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