Html Css Color HEX #48993E Fruit Salad

📋 copy color: '#48993E'

red 72 ◦ green 153 ◦ blue 62

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

Shades of Fruit Salad #48993E

Tints of Fruit Salad #48993E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.31%

 BLUE value IS 62 (24.61% from 255) = 21.6%

R = 25.09%
G = 53.31%
B = 21.6%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#48993E (or 0x48993E) is known color: Fruit Salad. HEX triplet: 48, 99 and 3E. RGB value is (72,153,62). Sum of RGB (Red+Green+Blue) = 72+153+62=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #48993E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48993E is #B766C1. Grayscale: #767676. Windows color (decimal): -12019394 or 4102472. OLE color: 4102472.

HSL color Cylindrical-coordinate representation of color #48993E: hue angle of 113.41º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48993E is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 153 62 -
CMYK 0.53 0 0.59 0.4
HSL 113.41º 0.42% 0.42% -
HSV(B) 113.41º 0.59% 0.6% -
XYZ 14.93 24.51 8.5 -
YUV 118.41 96.16 94.9 -
System Red Green Blue C M Y K H S L
Decimal 72 153 62 0.53 0 0.59 0.4 113.41 0.42 0.42
Hex 48 99 3E 35 0 3B 28 71 2A 2A
Octal 110 231 76 65 0 73 50 161 52 52
Binary 1001000 10011001 111110 110101 0 111011 101000 1110001 101010 101010

Color Harmonies of #48993E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48993E

Black with #48993E

Text Example


Text Example

White with #48993E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48993E; }

 p { color: rgb(72,153,62); }

 H1.HeaderClassName
 {
   color: #48993E;
 }
 .AnyTagClassName
 {
   color: #48993E;
 }
</style>

background-color css

<style>
 a { background-color: #48993E; }

 a { background-color: rgb(72,153,62); }

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

border-color css

<style>
 span { border-color: #48993E; }

 span { border-color: rgb(72,153,62); }

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