#4B9052

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

Shades of Fruit Salad #4B9052

Tints of Fruit Salad #4B9052

Color information

#4B9052 (or 0x4B9052) is unknown color: approx Fruit Salad. HEX triplet: 4B, 90 and 52. RGB value is (75,144,82). Sum of RGB (Red+Green+Blue) = 75+144+82=301 (39% of max value = 765). Red value is 75 (29.69% from 255 or 24.92% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #4B9052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9052 is #B46FAD. Grayscale: #747474. Windows color (decimal): -11825070 or 5410891. OLE color: 5410891.

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

Color convert

RGB7514482-
CMYK0.4800.430.44
HSL126.09º31.51%42.94%-
HSV(B)126.09º47.92%56.47%-
XYZ14.422.0511.48-
YUV116.3108.6498.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.92%
GREEN value IS 144 (56.64% from 255) = 47.84%
BLUE value IS 82 (32.42% from 255) = 27.24%
R=24.92%
G=47.84%
B=27.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75144820.4800.430.44126.0931.5142.94
Hex4B90523002B2C7e202b
Octal11322012260053541764053
Binary100101110010000101001011000001010111011001111110100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,144,82); }

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

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

 a { background-color: rgb(75,144,82); }

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

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

 span { border-color: rgb(75,144,82); }

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