Html Css Color HEX #48A03E Fruit Salad

📋 copy color: '#48A03E'

red 72 ◦ green 160 ◦ blue 62

#48A03E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #48A03E

Tints of Fruit Salad #48A03E

RGB

 RED value IS 72 (28.52% from 255) = 24.49%

 GREEN value IS 160 (62.89% from 255) = 54.42%

 BLUE value IS 62 (24.61% from 255) = 21.09%

R = 24.49%
G = 54.42%
B = 21.09%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#48A03E (or 0x48A03E) is known color: Fruit Salad. HEX triplet: 48, A0 and 3E. RGB value is (72,160,62). Sum of RGB (Red+Green+Blue) = 72+160+62=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 160 (62.89% from 255 or 54.42% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 160 - color contains mainly: green. Hex color #48A03E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A03E is #B75FC1. Grayscale: #7A7A7A. Windows color (decimal): -12017602 or 4104264. OLE color: 4104264.

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

Color convert

RGB 72 160 62 -
CMYK 0.55 0 0.61 0.37
HSL 113.88º 0.44% 0.44% -
HSV(B) 113.88º 0.61% 0.63% -
XYZ 16.11 26.87 8.89 -
YUV 122.52 93.85 91.97 -
System Red Green Blue C M Y K H S L
Decimal 72 160 62 0.55 0 0.61 0.37 113.88 0.44 0.44
Hex 48 A0 3E 37 0 3D 25 72 2C 2C
Octal 110 240 76 67 0 75 45 162 54 54
Binary 1001000 10100000 111110 110111 0 111101 100101 1110010 101100 101100

Color Harmonies of #48A03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A03E

Black with #48A03E

Text Example


Text Example

White with #48A03E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,160,62); }

 H1.HeaderClassName
 {
   color: #48A03E;
 }
 .AnyTagClassName
 {
   color: #48A03E;
 }
</style>

background-color css

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

 a { background-color: rgb(72,160,62); }

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

border-color css

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

 span { border-color: rgb(72,160,62); }

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