Html Css Color HEX #48A640 Fruit Salad

📋 copy color: '#48A640'

red 72 ◦ green 166 ◦ blue 64

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

Shades of Fruit Salad #48A640

Tints of Fruit Salad #48A640

RGB

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

 GREEN value IS 166 (65.23% from 255) = 54.97%

 BLUE value IS 64 (25.39% from 255) = 21.19%

R = 23.84%
G = 54.97%
B = 21.19%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#48A640 (or 0x48A640) is known color: Fruit Salad. HEX triplet: 48, A6 and 40. RGB value is (72,166,64). Sum of RGB (Red+Green+Blue) = 72+166+64=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 166 (65.23% from 255 or 54.97% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 166 - color contains mainly: green. Hex color #48A640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A640 is #B759BF. Grayscale: #7E7E7E. Windows color (decimal): -12016064 or 4236872. OLE color: 4236872.

HSL color Cylindrical-coordinate representation of color #48A640: hue angle of 115.29º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48A640 is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 166 64 -
CMYK 0.57 0 0.61 0.35
HSL 115.29º 0.44% 0.45% -
HSV(B) 115.29º 0.61% 0.65% -
XYZ 17.23 29.02 9.54 -
YUV 126.27 92.86 89.29 -
System Red Green Blue C M Y K H S L
Decimal 72 166 64 0.57 0 0.61 0.35 115.29 0.44 0.45
Hex 48 A6 40 39 0 3D 23 73 2C 2D
Octal 110 246 100 71 0 75 43 163 54 55
Binary 1001000 10100110 1000000 111001 0 111101 100011 1110011 101100 101101

Color Harmonies of #48A640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A640

Black with #48A640

Text Example


Text Example

White with #48A640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,166,64); }

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

background-color css

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

 a { background-color: rgb(72,166,64); }

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

border-color css

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

 span { border-color: rgb(72,166,64); }

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