Html Css Color HEX #48A246 Fruit Salad

📋 copy color: '#48A246'

red 72 ◦ green 162 ◦ blue 70

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

Shades of Fruit Salad #48A246

Tints of Fruit Salad #48A246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 23.68%
G = 53.29%
B = 23.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#48A246 (or 0x48A246) is known color: Fruit Salad. HEX triplet: 48, A2 and 46. RGB value is (72,162,70). Sum of RGB (Red+Green+Blue) = 72+162+70=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 162 (63.67% from 255 or 53.29% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 162 - color contains mainly: green. Hex color #48A246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A246 is #B75DB9. Grayscale: #7C7C7C. Windows color (decimal): -12017082 or 4629064. OLE color: 4629064.

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

Color convert

RGB 72 162 70 -
CMYK 0.56 0 0.57 0.36
HSL 118.7º 0.4% 0.45% -
HSV(B) 118.7º 0.57% 0.64% -
XYZ 16.7 27.66 10.25 -
YUV 124.6 97.18 90.48 -
System Red Green Blue C M Y K H S L
Decimal 72 162 70 0.56 0 0.57 0.36 118.7 0.4 0.45
Hex 48 A2 46 38 0 39 24 77 28 2D
Octal 110 242 106 70 0 71 44 167 50 55
Binary 1001000 10100010 1000110 111000 0 111001 100100 1110111 101000 101101

Color Harmonies of #48A246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A246

Black with #48A246

Text Example


Text Example

White with #48A246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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