Html Css Color HEX #48A241 Fruit Salad

📋 copy color: '#48A241'

red 72 ◦ green 162 ◦ blue 65

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

Shades of Fruit Salad #48A241

Tints of Fruit Salad #48A241

RGB

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

 GREEN value IS 162 (63.67% from 255) = 54.18%

 BLUE value IS 65 (25.78% from 255) = 21.74%

R = 24.08%
G = 54.18%
B = 21.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#48A241 (or 0x48A241) is known color: Fruit Salad. HEX triplet: 48, A2 and 41. RGB value is (72,162,65). Sum of RGB (Red+Green+Blue) = 72+162+65=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 162 (63.67% from 255 or 54.18% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 162 - color contains mainly: green. Hex color #48A241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A241 is #B75DBE. Grayscale: #7C7C7C. Windows color (decimal): -12017087 or 4301384. OLE color: 4301384.

HSL color Cylindrical-coordinate representation of color #48A241: hue angle of 115.67º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48A241 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 162 65 -
CMYK 0.56 0 0.60 0.36
HSL 115.67º 0.43% 0.45% -
HSV(B) 115.67º 0.6% 0.64% -
XYZ 16.55 27.6 9.46 -
YUV 124.03 94.68 90.89 -
System Red Green Blue C M Y K H S L
Decimal 72 162 65 0.56 0 0.60 0.36 115.67 0.43 0.45
Hex 48 A2 41 38 0 3C 24 74 2B 2D
Octal 110 242 101 70 0 74 44 164 53 55
Binary 1001000 10100010 1000001 111000 0 111100 100100 1110100 101011 101101

Color Harmonies of #48A241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A241

Black with #48A241

Text Example


Text Example

White with #48A241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,162,65); }

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

background-color css

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

 a { background-color: rgb(72,162,65); }

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

border-color css

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

 span { border-color: rgb(72,162,65); }

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