Html Css Color HEX #48A345 Fruit Salad

📋 copy color: '#48A345'

red 72 ◦ green 163 ◦ blue 69

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

Shades of Fruit Salad #48A345

Tints of Fruit Salad #48A345

RGB

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

 GREEN value IS 163 (64.06% from 255) = 53.62%

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

R = 23.68%
G = 53.62%
B = 22.7%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#48A345 (or 0x48A345) is known color: Fruit Salad. HEX triplet: 48, A3 and 45. RGB value is (72,163,69). Sum of RGB (Red+Green+Blue) = 72+163+69=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 163 (64.06% from 255 or 53.62% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 163 - color contains mainly: green. Hex color #48A345 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A345 is #B75CBA. Grayscale: #7D7D7D. Windows color (decimal): -12016827 or 4563784. OLE color: 4563784.

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

Color convert

RGB 72 163 69 -
CMYK 0.56 0 0.58 0.36
HSL 118.09º 0.41% 0.45% -
HSV(B) 118.09º 0.58% 0.64% -
XYZ 16.84 28 10.15 -
YUV 125.08 96.35 90.14 -
System Red Green Blue C M Y K H S L
Decimal 72 163 69 0.56 0 0.58 0.36 118.09 0.41 0.45
Hex 48 A3 45 38 0 3A 24 76 29 2D
Octal 110 243 105 70 0 72 44 166 51 55
Binary 1001000 10100011 1000101 111000 0 111010 100100 1110110 101001 101101

Color Harmonies of #48A345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A345

Black with #48A345

Text Example


Text Example

White with #48A345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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