#4A9540

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

Shades of Fruit Salad #4A9540

Tints of Fruit Salad #4A9540

Color information

#4A9540 (or 0x4A9540) is unknown color: approx Fruit Salad. HEX triplet: 4A, 95 and 40. RGB value is (74,149,64). Sum of RGB (Red+Green+Blue) = 74+149+64=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #4A9540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9540 is #B56ABF. Grayscale: #757575. Windows color (decimal): -11889344 or 4232522. OLE color: 4232522.

HSL color Cylindrical-coordinate representation of color #4A9540: hue angle of 112.94º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A9540 is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB7414964-
CMYK0.5000.570.42
HSL112.94º39.91%41.76%-
HSV(B)112.94º57.05%58.43%-
XYZ14.523.328.59-
YUV116.8898.1597.41-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.78%
GREEN value IS 149 (58.59% from 255) = 51.92%
BLUE value IS 64 (25.39% from 255) = 22.30%
R=25.78%
G=51.92%
B=22.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal74149640.5000.570.42112.9439.9141.76
Hex4A9540320392A71282a
Octal11222510062071521615052
Binary100101010010101100000011001001110011010101110001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,149,64); }

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

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

 a { background-color: rgb(74,149,64); }

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

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

 span { border-color: rgb(74,149,64); }

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