#4B9250

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

Shades of Fruit Salad #4B9250

Tints of Fruit Salad #4B9250

Color information

#4B9250 (or 0x4B9250) is unknown color: approx Fruit Salad. HEX triplet: 4B, 92 and 50. RGB value is (75,146,80). Sum of RGB (Red+Green+Blue) = 75+146+80=301 (39% of max value = 765). Red value is 75 (29.69% from 255 or 24.92% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #4B9250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9250 is #B46DAF. Grayscale: #757575. Windows color (decimal): -11824560 or 5280331. OLE color: 5280331.

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

Color convert

RGB7514680-
CMYK0.4900.450.43
HSL124.23º32.13%43.33%-
HSV(B)124.23º48.63%57.25%-
XYZ14.6322.6311.19-
YUV117.25106.9897.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.92%
GREEN value IS 146 (57.42% from 255) = 48.50%
BLUE value IS 80 (31.64% from 255) = 26.58%
R=24.92%
G=48.50%
B=26.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal75146800.4900.450.43124.2332.1343.33
Hex4B92503102D2B7c202b
Octal11322212061055531744053
Binary100101110010010101000011000101011011010111111100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,146,80); }

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

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

 a { background-color: rgb(75,146,80); }

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

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

 span { border-color: rgb(75,146,80); }

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