#4A904F

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

Shades of Fruit Salad #4A904F

Tints of Fruit Salad #4A904F

Color information

#4A904F (or 0x4A904F) is unknown color: approx Fruit Salad. HEX triplet: 4A, 90 and 4F. RGB value is (74,144,79). Sum of RGB (Red+Green+Blue) = 74+144+79=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #4A904F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A904F is #B56FB0. Grayscale: #737373. Windows color (decimal): -11890609 or 5214282. OLE color: 5214282.

HSL color Cylindrical-coordinate representation of color #4A904F: hue angle of 124.29º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A904F is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB7414479-
CMYK0.4900.450.44
HSL124.29º32.11%42.75%-
HSV(B)124.29º48.61%56.47%-
XYZ14.2121.9710.89-
YUV115.66107.3198.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.92%
GREEN value IS 144 (56.64% from 255) = 48.48%
BLUE value IS 79 (31.25% from 255) = 26.60%
R=24.92%
G=48.48%
B=26.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal74144790.4900.450.44124.2932.1142.75
Hex4A904F3102D2C7c202b
Octal11222011761055541744053
Binary100101010010000100111111000101011011011001111100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A904F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,144,79); }

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

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

 a { background-color: rgb(74,144,79); }

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

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

 span { border-color: rgb(74,144,79); }

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