Html Css Color HEX #489051 Fruit Salad

📋 copy color: '#489051'

red 72 ◦ green 144 ◦ blue 81

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

Shades of Fruit Salad #489051

Tints of Fruit Salad #489051

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.48%

 BLUE value IS 81 (32.03% from 255) = 27.27%

R = 24.24%
G = 48.48%
B = 27.27%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#489051 (or 0x489051) is known color: Fruit Salad. HEX triplet: 48, 90 and 51. RGB value is (72,144,81). Sum of RGB (Red+Green+Blue) = 72+144+81=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #489051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489051 is #B76FAE. Grayscale: #737373. Windows color (decimal): -12021679 or 5345352. OLE color: 5345352.

HSL color Cylindrical-coordinate representation of color #489051: hue angle of 127.5º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #489051 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 144 81 -
CMYK 0.50 0 0.44 0.44
HSL 127.5º 0.33% 0.42% -
HSV(B) 127.5º 0.5% 0.56% -
XYZ 14.13 21.92 11.27 -
YUV 115.29 108.65 97.12 -
System Red Green Blue C M Y K H S L
Decimal 72 144 81 0.50 0 0.44 0.44 127.5 0.33 0.42
Hex 48 90 51 32 0 2C 2C 80 21 2A
Octal 110 220 121 62 0 54 54 200 41 52
Binary 1001000 10010000 1010001 110010 0 101100 101100 10000000 100001 101010

Color Harmonies of #489051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489051

Black with #489051

Text Example


Text Example

White with #489051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489051; }

 p { color: rgb(72,144,81); }

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

background-color css

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

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

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

border-color css

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

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

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