Html Css Color HEX #48A144 Fruit Salad

📋 copy color: '#48A144'

red 72 ◦ green 161 ◦ blue 68

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

Shades of Fruit Salad #48A144

Tints of Fruit Salad #48A144

RGB

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

 GREEN value IS 161 (63.28% from 255) = 53.49%

 BLUE value IS 68 (26.95% from 255) = 22.59%

R = 23.92%
G = 53.49%
B = 22.59%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#48A144 (or 0x48A144) is known color: Fruit Salad. HEX triplet: 48, A1 and 44. RGB value is (72,161,68). Sum of RGB (Red+Green+Blue) = 72+161+68=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 161 (63.28% from 255 or 53.49% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 161 - color contains mainly: green. Hex color #48A144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A144 is #B75EBB. Grayscale: #7C7C7C. Windows color (decimal): -12017340 or 4497736. OLE color: 4497736.

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

Color convert

RGB 72 161 68 -
CMYK 0.55 0 0.58 0.37
HSL 117.42º 0.41% 0.45% -
HSV(B) 117.42º 0.58% 0.63% -
XYZ 16.46 27.28 9.87 -
YUV 123.79 96.51 91.06 -
System Red Green Blue C M Y K H S L
Decimal 72 161 68 0.55 0 0.58 0.37 117.42 0.41 0.45
Hex 48 A1 44 37 0 3A 25 75 29 2D
Octal 110 241 104 67 0 72 45 165 51 55
Binary 1001000 10100001 1000100 110111 0 111010 100101 1110101 101001 101101

Color Harmonies of #48A144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A144

Black with #48A144

Text Example


Text Example

White with #48A144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,161,68); }

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

background-color css

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

 a { background-color: rgb(72,161,68); }

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

border-color css

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

 span { border-color: rgb(72,161,68); }

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