#4F9C4B

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

Shades of Fruit Salad #4F9C4B

Tints of Fruit Salad #4F9C4B

Color information

#4F9C4B (or 0x4F9C4B) is unknown color: approx Fruit Salad. HEX triplet: 4F, 9C and 4B. RGB value is (79,156,75). Sum of RGB (Red+Green+Blue) = 79+156+75=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #4F9C4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9C4B is #B063B4. Grayscale: #7B7B7B. Windows color (decimal): -11559861 or 4955215. OLE color: 4955215.

HSL color Cylindrical-coordinate representation of color #4F9C4B: hue angle of 117.04º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F9C4B is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB7915675-
CMYK0.4900.520.39
HSL117.04º35.06%45.29%-
HSV(B)117.04º51.92%61.18%-
XYZ16.3825.9510.8-
YUV123.74100.4996.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.48%
GREEN value IS 156 (61.33% from 255) = 50.32%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=25.48%
G=50.32%
B=24.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal79156750.4900.520.39117.0435.0645.29
Hex4F9C4B310342775232d
Octal11723411361064471654355
Binary100111110011100100101111000101101001001111110101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,156,75); }

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

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

 a { background-color: rgb(79,156,75); }

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

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

 span { border-color: rgb(79,156,75); }

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