#48A63D

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

Shades of Fruit Salad #48A63D

Tints of Fruit Salad #48A63D

Color information

#48A63D (or 0x48A63D) is unknown color: approx Fruit Salad. HEX triplet: 48, A6 and 3D. RGB value is (72,166,61). Sum of RGB (Red+Green+Blue) = 72+166+61=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 166 (65.23% from 255 or 55.52% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 166 - color contains mainly: green. Hex color #48A63D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A63D is #B759C2. Grayscale: #7E7E7E. Windows color (decimal): -12016067 or 4040264. OLE color: 4040264.

HSL color Cylindrical-coordinate representation of color #48A63D: hue angle of 113.71º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48A63D is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB7216661-
CMYK0.5700.630.35
HSL113.71º46.26%44.51%-
HSV(B)113.71º63.25%65.1%-
XYZ17.1528.999.11-
YUV125.9291.3689.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.08%
GREEN value IS 166 (65.23% from 255) = 55.52%
BLUE value IS 61 (24.22% from 255) = 20.40%
R=24.08%
G=55.52%
B=20.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72166610.5700.630.35113.7146.2644.51
Hex48A63D3903F23722e2d
Octal1102467571077431625655
Binary10010001010011011110111100101111111000111110010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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