Html Css Color HEX #48B745 Fruit Salad

📋 copy color: '#48B745'

red 72 ◦ green 183 ◦ blue 69

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

Shades of Fruit Salad #48B745

Tints of Fruit Salad #48B745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.3%

R = 22.22%
G = 56.48%
B = 21.3%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#48B745 (or 0x48B745) is known color: Fruit Salad. HEX triplet: 48, B7 and 45. RGB value is (72,183,69). Sum of RGB (Red+Green+Blue) = 72+183+69=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 183 (71.88% from 255 or 56.48% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 183 - color contains mainly: green. Hex color #48B745 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48B745 is #B748BA. Grayscale: #898989. Windows color (decimal): -12011707 or 4568904. OLE color: 4568904.

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

Color convert

RGB 72 183 69 -
CMYK 0.61 0 0.62 0.28
HSL 118.42º 0.45% 0.49% -
HSV(B) 118.42º 0.62% 0.72% -
XYZ 20.68 35.67 11.43 -
YUV 136.82 89.73 81.77 -
System Red Green Blue C M Y K H S L
Decimal 72 183 69 0.61 0 0.62 0.28 118.42 0.45 0.49
Hex 48 B7 45 3D 0 3E 1C 76 2D 31
Octal 110 267 105 75 0 76 34 166 55 61
Binary 1001000 10110111 1000101 111101 0 111110 11100 1110110 101101 110001

Color Harmonies of #48B745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B745

Black with #48B745

Text Example


Text Example

White with #48B745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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