Html Css Color HEX #489148 Fruit Salad

📋 copy color: '#489148'

red 72 ◦ green 145 ◦ blue 72

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

Shades of Fruit Salad #489148

Tints of Fruit Salad #489148

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.17%

 BLUE value IS 72 (28.52% from 255) = 24.91%

R = 24.91%
G = 50.17%
B = 24.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#489148 (or 0x489148) is known color: Fruit Salad. HEX triplet: 48, 91 and 48. RGB value is (72,145,72). Sum of RGB (Red+Green+Blue) = 72+145+72=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #489148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #489148 is #B76EB7. Grayscale: #737373. Windows color (decimal): -12021432 or 4755784. OLE color: 4755784.

HSL color Cylindrical-coordinate representation of color #489148: hue angle of 120º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #489148 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 145 72 -
CMYK 0.50 0 0.50 0.43
HSL 120º 0.34% 0.43% -
HSV(B) 120º 0.5% 0.57% -
XYZ 13.97 22.1 9.66 -
YUV 114.85 103.82 97.44 -
System Red Green Blue C M Y K H S L
Decimal 72 145 72 0.50 0 0.50 0.43 120 0.34 0.43
Hex 48 91 48 32 0 32 2B 78 22 2B
Octal 110 221 110 62 0 62 53 170 42 53
Binary 1001000 10010001 1001000 110010 0 110010 101011 1111000 100010 101011

Color Harmonies of #489148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489148

Black with #489148

Text Example


Text Example

White with #489148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489148; }

 p { color: rgb(72,145,72); }

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

background-color css

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

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

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

border-color css

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

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

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