Html Css Color HEX #55955B Fruit Salad

📋 copy color: '#55955B'

red 85 ◦ green 149 ◦ blue 91

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

Shades of Fruit Salad #55955B

Tints of Fruit Salad #55955B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.85%

 BLUE value IS 91 (35.94% from 255) = 28%

R = 26.15%
G = 45.85%
B = 28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#55955B (or 0x55955B) is known color: Fruit Salad. HEX triplet: 55, 95 and 5B. RGB value is (85,149,91). Sum of RGB (Red+Green+Blue) = 85+149+91=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #55955B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55955B is #AA6AA4. Grayscale: #7B7B7B. Windows color (decimal): -11168421 or 6002005. OLE color: 6002005.

HSL color Cylindrical-coordinate representation of color #55955B: hue angle of 125.62º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55955B is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 149 91 -
CMYK 0.43 0 0.39 0.42
HSL 125.63º 0.27% 0.46% -
HSV(B) 125.63º 0.43% 0.58% -
XYZ 16.38 24.18 13.7 -
YUV 123.25 109.8 100.72 -
System Red Green Blue C M Y K H S L
Decimal 85 149 91 0.43 0 0.39 0.42 125.63 0.27 0.46
Hex 55 95 5B 2B 0 27 2A 7E 1B 2E
Octal 125 225 133 53 0 47 52 176 33 56
Binary 1010101 10010101 1011011 101011 0 100111 101010 1111110 11011 101110

Color Harmonies of #55955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55955B

Black with #55955B

Text Example


Text Example

White with #55955B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55955B; }

 p { color: rgb(85,149,91); }

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

background-color css

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

 a { background-color: rgb(85,149,91); }

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

border-color css

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

 span { border-color: rgb(85,149,91); }

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