Html Css Color HEX #48A24A Fruit Salad

📋 copy color: '#48A24A'

red 72 ◦ green 162 ◦ blue 74

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

Shades of Fruit Salad #48A24A

Tints of Fruit Salad #48A24A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.03%

R = 23.38%
G = 52.6%
B = 24.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#48A24A (or 0x48A24A) is known color: Fruit Salad. HEX triplet: 48, A2 and 4A. RGB value is (72,162,74). Sum of RGB (Red+Green+Blue) = 72+162+74=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #48A24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A24A is #B75DB5. Grayscale: #7D7D7D. Windows color (decimal): -12017078 or 4891208. OLE color: 4891208.

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

Color convert

RGB 72 162 74 -
CMYK 0.56 0 0.54 0.36
HSL 121.33º 0.38% 0.46% -
HSV(B) 121.33º 0.56% 0.64% -
XYZ 16.83 27.71 10.94 -
YUV 125.06 99.18 90.16 -
System Red Green Blue C M Y K H S L
Decimal 72 162 74 0.56 0 0.54 0.36 121.33 0.38 0.46
Hex 48 A2 4A 38 0 36 24 79 26 2E
Octal 110 242 112 70 0 66 44 171 46 56
Binary 1001000 10100010 1001010 111000 0 110110 100100 1111001 100110 101110

Color Harmonies of #48A24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A24A

Black with #48A24A

Text Example


Text Example

White with #48A24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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