#4B9251

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

Shades of Fruit Salad #4B9251

Tints of Fruit Salad #4B9251

Color information

#4B9251 (or 0x4B9251) is unknown color: approx Fruit Salad. HEX triplet: 4B, 92 and 51. RGB value is (75,146,81). Sum of RGB (Red+Green+Blue) = 75+146+81=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 146 - color contains mainly: green. Hex color #4B9251 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9251 is #B46DAE. Grayscale: #757575. Windows color (decimal): -11824559 or 5345867. OLE color: 5345867.

HSL color Cylindrical-coordinate representation of color #4B9251: hue angle of 125.07º 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 #4B9251 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB7514681-
CMYK0.4900.450.43
HSL125.07º32.13%43.33%-
HSV(B)125.07º48.63%57.25%-
XYZ14.6722.6511.38-
YUV117.36107.4897.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.83%
GREEN value IS 146 (57.42% from 255) = 48.34%
BLUE value IS 81 (32.03% from 255) = 26.82%
R=24.83%
G=48.34%
B=26.82%

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
Decimal75146810.4900.450.43125.0732.1343.33
Hex4B92513102D2B7d202b
Octal11322212161055531754053
Binary100101110010010101000111000101011011010111111101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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