Html Css Color HEX #489450 Fruit Salad

📋 copy color: '#489450'

red 72 ◦ green 148 ◦ blue 80

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

Shades of Fruit Salad #489450

Tints of Fruit Salad #489450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.33%

 BLUE value IS 80 (31.64% from 255) = 26.67%

R = 24%
G = 49.33%
B = 26.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#489450 (or 0x489450) is known color: Fruit Salad. HEX triplet: 48, 94 and 50. RGB value is (72,148,80). Sum of RGB (Red+Green+Blue) = 72+148+80=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #489450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489450 is #B76BAF. Grayscale: #757575. Windows color (decimal): -12020656 or 5280840. OLE color: 5280840.

HSL color Cylindrical-coordinate representation of color #489450: hue angle of 126.32º degrees, saturation: 0.35, 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 #489450 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 148 80 -
CMYK 0.51 0 0.46 0.42
HSL 126.32º 0.35% 0.43% -
HSV(B) 126.32º 0.51% 0.58% -
XYZ 14.71 23.14 11.28 -
YUV 117.52 106.82 95.53 -
System Red Green Blue C M Y K H S L
Decimal 72 148 80 0.51 0 0.46 0.42 126.32 0.35 0.43
Hex 48 94 50 33 0 2E 2A 7E 23 2B
Octal 110 224 120 63 0 56 52 176 43 53
Binary 1001000 10010100 1010000 110011 0 101110 101010 1111110 100011 101011

Color Harmonies of #489450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489450

Black with #489450

Text Example


Text Example

White with #489450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489450; }

 p { color: rgb(72,148,80); }

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

background-color css

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

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

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

border-color css

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

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

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