Html Css Color HEX #48B344 Fruit Salad

📋 copy color: '#48B344'

red 72 ◦ green 179 ◦ blue 68

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

Shades of Fruit Salad #48B344

Tints of Fruit Salad #48B344

RGB

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

 GREEN value IS 179 (70.31% from 255) = 56.11%

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

R = 22.57%
G = 56.11%
B = 21.32%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#48B344 (or 0x48B344) is known color: Fruit Salad. HEX triplet: 48, B3 and 44. RGB value is (72,179,68). Sum of RGB (Red+Green+Blue) = 72+179+68=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 179 (70.31% from 255 or 56.11% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 179 - color contains mainly: green. Hex color #48B344 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B344 is #B74CBB. Grayscale: #868686. Windows color (decimal): -12012732 or 4502344. OLE color: 4502344.

HSL color Cylindrical-coordinate representation of color #48B344: hue angle of 117.84º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48B344 is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 72 179 68 -
CMYK 0.60 0 0.62 0.30
HSL 117.84º 0.45% 0.48% -
HSV(B) 117.84º 0.62% 0.7% -
XYZ 19.84 34.04 10.99 -
YUV 134.35 90.55 83.53 -
System Red Green Blue C M Y K H S L
Decimal 72 179 68 0.60 0 0.62 0.30 117.84 0.45 0.48
Hex 48 B3 44 3C 0 3E 1E 76 2D 30
Octal 110 263 104 74 0 76 36 166 55 60
Binary 1001000 10110011 1000100 111100 0 111110 11110 1110110 101101 110000

Color Harmonies of #48B344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B344

Black with #48B344

Text Example


Text Example

White with #48B344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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