#48914B

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

Shades of Fruit Salad #48914B

Tints of Fruit Salad #48914B

Color information

#48914B (or 0x48914B) is unknown color: approx Fruit Salad. HEX triplet: 48, 91 and 4B. RGB value is (72,145,75). Sum of RGB (Red+Green+Blue) = 72+145+75=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 145 (57.03% from 255 or 49.66% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 145 - color contains mainly: green. Hex color #48914B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48914B is #B76EB4. Grayscale: #737373. Windows color (decimal): -12021429 or 4952392. OLE color: 4952392.

HSL color Cylindrical-coordinate representation of color #48914B: hue angle of 122.47º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48914B is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB7214575-
CMYK0.5000.480.43
HSL122.47º33.64%42.55%-
HSV(B)122.47º50.34%56.86%-
XYZ14.0722.1410.19-
YUV115.19105.3297.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.66%
GREEN value IS 145 (57.03% from 255) = 49.66%
BLUE value IS 75 (29.69% from 255) = 25.68%
R=24.66%
G=49.66%
B=25.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72145750.5000.480.43122.4733.6442.55
Hex48914B320302B7a222b
Octal11022111362060531724253
Binary100100010010001100101111001001100001010111111010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48914B; }

 p { color: rgb(72,145,75); }

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

<style>
 a { background-color: #48914B; }

 a { background-color: rgb(72,145,75); }

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

<style>
 span { border-color: #48914B; }

 span { border-color: rgb(72,145,75); }

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