Html Css Color HEX #55994F Fruit Salad

📋 copy color: '#55994F'

red 85 ◦ green 153 ◦ blue 79

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

Shades of Fruit Salad #55994F

Tints of Fruit Salad #55994F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.26%

 BLUE value IS 79 (31.25% from 255) = 24.92%

R = 26.81%
G = 48.26%
B = 24.92%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#55994F (or 0x55994F) is known color: Fruit Salad. HEX triplet: 55, 99 and 4F. RGB value is (85,153,79). Sum of RGB (Red+Green+Blue) = 85+153+79=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #55994F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55994F is #AA66B0. Grayscale: #7C7C7C. Windows color (decimal): -11167409 or 5216597. OLE color: 5216597.

HSL color Cylindrical-coordinate representation of color #55994F: hue angle of 115.14º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55994F is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 153 79 -
CMYK 0.44 0 0.48 0.4
HSL 115.14º 0.32% 0.45% -
HSV(B) 115.14º 0.48% 0.6% -
XYZ 16.55 25.28 11.4 -
YUV 124.23 102.47 100.02 -
System Red Green Blue C M Y K H S L
Decimal 85 153 79 0.44 0 0.48 0.4 115.14 0.32 0.45
Hex 55 99 4F 2C 0 30 28 73 20 2D
Octal 125 231 117 54 0 60 50 163 40 55
Binary 1010101 10011001 1001111 101100 0 110000 101000 1110011 100000 101101

Color Harmonies of #55994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55994F

Black with #55994F

Text Example


Text Example

White with #55994F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55994F; }

 p { color: rgb(85,153,79); }

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

background-color css

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

 a { background-color: rgb(85,153,79); }

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

border-color css

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

 span { border-color: rgb(85,153,79); }

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