#4A944B

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

Shades of Fruit Salad #4A944B

Tints of Fruit Salad #4A944B

Color information

#4A944B (or 0x4A944B) is unknown color: approx Fruit Salad. HEX triplet: 4A, 94 and 4B. RGB value is (74,148,75). Sum of RGB (Red+Green+Blue) = 74+148+75=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #4A944B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A944B is #B56BB4. Grayscale: #757575. Windows color (decimal): -11889589 or 4953162. OLE color: 4953162.

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

Color convert

RGB7414875-
CMYK0.5000.490.42
HSL120.81º33.33%43.53%-
HSV(B)120.81º50%58.04%-
XYZ14.6823.1410.35-
YUV117.55103.9896.94-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.92%
GREEN value IS 148 (58.20% from 255) = 49.83%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=24.92%
G=49.83%
B=25.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal74148750.5000.490.42120.8133.3343.53
Hex4A944B320312A79212c
Octal11222411362061521714154
Binary100101010010100100101111001001100011010101111001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A944B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,148,75); }

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

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

 a { background-color: rgb(74,148,75); }

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

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

 span { border-color: rgb(74,148,75); }

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