Html Css Color HEX #489B55 Fruit Salad

📋 copy color: '#489B55'

red 72 ◦ green 155 ◦ blue 85

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

Shades of Fruit Salad #489B55

Tints of Fruit Salad #489B55

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.68%

 BLUE value IS 85 (33.59% from 255) = 27.24%

R = 23.08%
G = 49.68%
B = 27.24%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#489B55 (or 0x489B55) is known color: Fruit Salad. HEX triplet: 48, 9B and 55. RGB value is (72,155,85). Sum of RGB (Red+Green+Blue) = 72+155+85=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #489B55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489B55 is #B764AA. Grayscale: #7A7A7A. Windows color (decimal): -12018859 or 5610312. OLE color: 5610312.

HSL color Cylindrical-coordinate representation of color #489B55: hue angle of 129.4º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489B55 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 72 155 85 -
CMYK 0.54 0 0.45 0.39
HSL 129.4º 0.37% 0.45% -
HSV(B) 129.4º 0.54% 0.61% -
XYZ 16.03 25.48 12.67 -
YUV 122.2 107 92.19 -
System Red Green Blue C M Y K H S L
Decimal 72 155 85 0.54 0 0.45 0.39 129.4 0.37 0.45
Hex 48 9B 55 36 0 2D 27 81 25 2D
Octal 110 233 125 66 0 55 47 201 45 55
Binary 1001000 10011011 1010101 110110 0 101101 100111 10000001 100101 101101

Color Harmonies of #489B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489B55

Black with #489B55

Text Example


Text Example

White with #489B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489B55; }

 p { color: rgb(72,155,85); }

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

background-color css

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

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

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

border-color css

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

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

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