Html Css Color HEX #55AC49 Fruit Salad

📋 copy color: '#55AC49'

red 85 ◦ green 172 ◦ blue 73

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

Shades of Fruit Salad #55AC49

Tints of Fruit Salad #55AC49

RGB

 RED value IS 85 (33.59% from 255) = 25.76%

 GREEN value IS 172 (67.58% from 255) = 52.12%

 BLUE value IS 73 (28.91% from 255) = 22.12%

R = 25.76%
G = 52.12%
B = 22.12%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#55AC49 (or 0x55AC49) is known color: Fruit Salad. HEX triplet: 55, AC and 49. RGB value is (85,172,73). Sum of RGB (Red+Green+Blue) = 85+172+73=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AC49 is #AA53B6. Grayscale: #878787. Windows color (decimal): -11162551 or 4828245. OLE color: 4828245.

HSL color Cylindrical-coordinate representation of color #55AC49: hue angle of 112.73º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55AC49 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 172 73 -
CMYK 0.51 0 0.58 0.33
HSL 112.73º 0.4% 0.48% -
HSV(B) 112.73º 0.58% 0.67% -
XYZ 19.7 31.92 11.43 -
YUV 134.7 93.18 92.55 -
System Red Green Blue C M Y K H S L
Decimal 85 172 73 0.51 0 0.58 0.33 112.73 0.4 0.48
Hex 55 AC 49 33 0 3A 21 71 28 30
Octal 125 254 111 63 0 72 41 161 50 60
Binary 1010101 10101100 1001001 110011 0 111010 100001 1110001 101000 110000

Color Harmonies of #55AC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AC49

Black with #55AC49

Text Example


Text Example

White with #55AC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55AC49; }

 p { color: rgb(85,172,73); }

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

background-color css

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

 a { background-color: rgb(85,172,73); }

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

border-color css

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

 span { border-color: rgb(85,172,73); }

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