Html Css Color HEX #489052 Fruit Salad

📋 copy color: '#489052'

red 72 ◦ green 144 ◦ blue 82

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

Shades of Fruit Salad #489052

Tints of Fruit Salad #489052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.52%

R = 24.16%
G = 48.32%
B = 27.52%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#489052 (or 0x489052) is known color: Fruit Salad. HEX triplet: 48, 90 and 52. RGB value is (72,144,82). Sum of RGB (Red+Green+Blue) = 72+144+82=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #489052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489052 is #B76FAD. Grayscale: #737373. Windows color (decimal): -12021678 or 5410888. OLE color: 5410888.

HSL color Cylindrical-coordinate representation of color #489052: hue angle of 128.33º 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 #489052 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 144 82 -
CMYK 0.50 0 0.43 0.44
HSL 128.33º 0.33% 0.42% -
HSV(B) 128.33º 0.5% 0.56% -
XYZ 14.17 21.93 11.47 -
YUV 115.4 109.15 97.04 -
System Red Green Blue C M Y K H S L
Decimal 72 144 82 0.50 0 0.43 0.44 128.33 0.33 0.42
Hex 48 90 52 32 0 2B 2C 80 21 2A
Octal 110 220 122 62 0 53 54 200 41 52
Binary 1001000 10010000 1010010 110010 0 101011 101100 10000000 100001 101010

Color Harmonies of #489052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489052

Black with #489052

Text Example


Text Example

White with #489052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489052; }

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

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

background-color css

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

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

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

border-color css

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

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

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