Html Css Color HEX #48B744 Fruit Salad

📋 copy color: '#48B744'

red 72 ◦ green 183 ◦ blue 68

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

Shades of Fruit Salad #48B744

Tints of Fruit Salad #48B744

RGB

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

 GREEN value IS 183 (71.88% from 255) = 56.66%

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

R = 22.29%
G = 56.66%
B = 21.05%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#48B744 (or 0x48B744) is known color: Fruit Salad. HEX triplet: 48, B7 and 44. RGB value is (72,183,68). Sum of RGB (Red+Green+Blue) = 72+183+68=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 183 (71.88% from 255 or 56.66% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 183 - color contains mainly: green. Hex color #48B744 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B744 is #B748BB. Grayscale: #898989. Windows color (decimal): -12011708 or 4503368. OLE color: 4503368.

HSL color Cylindrical-coordinate representation of color #48B744: hue angle of 117.91º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48B744 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB 72 183 68 -
CMYK 0.61 0 0.63 0.28
HSL 117.91º 0.46% 0.49% -
HSV(B) 117.91º 0.63% 0.72% -
XYZ 20.65 35.66 11.26 -
YUV 136.7 89.23 81.85 -
System Red Green Blue C M Y K H S L
Decimal 72 183 68 0.61 0 0.63 0.28 117.91 0.46 0.49
Hex 48 B7 44 3D 0 3F 1C 76 2E 31
Octal 110 267 104 75 0 77 34 166 56 61
Binary 1001000 10110111 1000100 111101 0 111111 11100 1110110 101110 110001

Color Harmonies of #48B744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B744

Black with #48B744

Text Example


Text Example

White with #48B744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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