Html Css Color HEX #489352 Fruit Salad

📋 copy color: '#489352'

red 72 ◦ green 147 ◦ blue 82

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

Shades of Fruit Salad #489352

Tints of Fruit Salad #489352

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.84%

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

R = 23.92%
G = 48.84%
B = 27.24%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#489352 (or 0x489352) is known color: Fruit Salad. HEX triplet: 48, 93 and 52. RGB value is (72,147,82). Sum of RGB (Red+Green+Blue) = 72+147+82=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #489352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489352 is #B76CAD. Grayscale: #757575. Windows color (decimal): -12020910 or 5411656. OLE color: 5411656.

HSL color Cylindrical-coordinate representation of color #489352: hue angle of 128º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #489352 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 147 82 -
CMYK 0.51 0 0.44 0.42
HSL 128º 0.34% 0.43% -
HSV(B) 128º 0.51% 0.58% -
XYZ 14.63 22.85 11.62 -
YUV 117.17 108.15 95.79 -
System Red Green Blue C M Y K H S L
Decimal 72 147 82 0.51 0 0.44 0.42 128 0.34 0.43
Hex 48 93 52 33 0 2C 2A 80 22 2B
Octal 110 223 122 63 0 54 52 200 42 53
Binary 1001000 10010011 1010010 110011 0 101100 101010 10000000 100010 101011

Color Harmonies of #489352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489352

Black with #489352

Text Example


Text Example

White with #489352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489352; }

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

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

background-color css

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

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

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

border-color css

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

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

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