#4AA53A

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

Shades of Fruit Salad #4AA53A

Tints of Fruit Salad #4AA53A

Color information

#4AA53A (or 0x4AA53A) is unknown color: approx Fruit Salad. HEX triplet: 4A, A5 and 3A. RGB value is (74,165,58). Sum of RGB (Red+Green+Blue) = 74+165+58=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 165 (64.84% from 255 or 55.56% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 165 - color contains mainly: green. Hex color #4AA53A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA53A is #B55AC5. Grayscale: #7D7D7D. Windows color (decimal): -11885254 or 3843402. OLE color: 3843402.

HSL color Cylindrical-coordinate representation of color #4AA53A: hue angle of 111.03º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AA53A is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB7416558-
CMYK0.5500.650.35
HSL111.03º47.98%43.73%-
HSV(B)111.03º64.85%64.71%-
XYZ17.0428.678.64-
YUV125.5989.8591.2-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.92%
GREEN value IS 165 (64.84% from 255) = 55.56%
BLUE value IS 58 (23.05% from 255) = 19.53%
R=24.92%
G=55.56%
B=19.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal74165580.5500.650.35111.0347.9843.73
Hex4AA53A37041236f302c
Octal11224572670101431576054
Binary100101010100101111010110111010000011000111101111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,165,58); }

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

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

 a { background-color: rgb(74,165,58); }

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

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

 span { border-color: rgb(74,165,58); }

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