#4D914B

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

Shades of Fruit Salad #4D914B

Tints of Fruit Salad #4D914B

Color information

#4D914B (or 0x4D914B) is unknown color: approx Fruit Salad. HEX triplet: 4D, 91 and 4B. RGB value is (77,145,75). Sum of RGB (Red+Green+Blue) = 77+145+75=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #4D914B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D914B is #B26EB4. Grayscale: #747474. Windows color (decimal): -11693749 or 4952397. OLE color: 4952397.

HSL color Cylindrical-coordinate representation of color #4D914B: hue angle of 118.29º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D914B is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB7714575-
CMYK0.4700.480.43
HSL118.29º31.82%43.14%-
HSV(B)118.29º48.28%56.86%-
XYZ14.4622.3410.21-
YUV116.69104.4799.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.93%
GREEN value IS 145 (57.03% from 255) = 48.82%
BLUE value IS 75 (29.69% from 255) = 25.25%
R=25.93%
G=48.82%
B=25.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal77145750.4700.480.43118.2931.8243.14
Hex4D914B2F0302B76202b
Octal11522111357060531664053
Binary100110110010001100101110111101100001010111110110100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,145,75); }

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

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

 a { background-color: rgb(77,145,75); }

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

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

 span { border-color: rgb(77,145,75); }

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