#48A13D

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

Shades of Fruit Salad #48A13D

Tints of Fruit Salad #48A13D

Color information

#48A13D (or 0x48A13D) is unknown color: approx Fruit Salad. HEX triplet: 48, A1 and 3D. RGB value is (72,161,61). Sum of RGB (Red+Green+Blue) = 72+161+61=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 161 (63.28% from 255 or 54.76% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 161 - color contains mainly: green. Hex color #48A13D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A13D is #B75EC2. Grayscale: #7B7B7B. Windows color (decimal): -12017347 or 4038984. OLE color: 4038984.

HSL color Cylindrical-coordinate representation of color #48A13D: hue angle of 113.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48A13D is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB7216161-
CMYK0.5500.620.37
HSL113.4º45.05%43.53%-
HSV(B)113.4º62.11%63.14%-
XYZ16.2627.28.81-
YUV122.9993.0191.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 161 (63.28% from 255) = 54.76%
BLUE value IS 61 (24.22% from 255) = 20.75%
R=24.49%
G=54.76%
B=20.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal72161610.5500.620.37113.445.0543.53
Hex48A13D3703E25712d2c
Octal1102417567076451615554
Binary10010001010000111110111011101111101001011110001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48A13D; }

 p { color: rgb(72,161,61); }

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

<style>
 a { background-color: #48A13D; }

 a { background-color: rgb(72,161,61); }

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

<style>
 span { border-color: #48A13D; }

 span { border-color: rgb(72,161,61); }

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