#4B9C4E

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

Shades of Fruit Salad #4B9C4E

Tints of Fruit Salad #4B9C4E

Color information

#4B9C4E (or 0x4B9C4E) is unknown color: approx Fruit Salad. HEX triplet: 4B, 9C and 4E. RGB value is (75,156,78). Sum of RGB (Red+Green+Blue) = 75+156+78=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #4B9C4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9C4E is #B463B1. Grayscale: #7B7B7B. Windows color (decimal): -11822002 or 5151819. OLE color: 5151819.

HSL color Cylindrical-coordinate representation of color #4B9C4E: hue angle of 122.22º 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 #4B9C4E is Cyan = 0.52, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.39.

Color convert

RGB7515678-
CMYK0.5200.50.39
HSL122.22º35.06%45.29%-
HSV(B)122.22º51.92%61.18%-
XYZ16.1725.8211.34-
YUV122.89102.6693.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.27%
GREEN value IS 156 (61.33% from 255) = 50.49%
BLUE value IS 78 (30.86% from 255) = 25.24%
R=24.27%
G=50.49%
B=25.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal75156780.5200.50.39122.2235.0645.29
Hex4B9C4E34032277a232d
Octal11323411664062471724355
Binary100101110011100100111011010001100101001111111010100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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