Html Css Color HEX #55955F Fruit Salad

📋 copy color: '#55955F'

red 85 ◦ green 149 ◦ blue 95

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

Shades of Fruit Salad #55955F

Tints of Fruit Salad #55955F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.88%

R = 25.84%
G = 45.29%
B = 28.88%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#55955F (or 0x55955F) is known color: Fruit Salad. HEX triplet: 55, 95 and 5F. RGB value is (85,149,95). Sum of RGB (Red+Green+Blue) = 85+149+95=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #55955F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55955F is #AA6AA0. Grayscale: #7B7B7B. Windows color (decimal): -11168417 or 6264149. OLE color: 6264149.

HSL color Cylindrical-coordinate representation of color #55955F: hue angle of 129.38º 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 #55955F is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 149 95 -
CMYK 0.43 0 0.36 0.42
HSL 129.38º 0.27% 0.46% -
HSV(B) 129.38º 0.43% 0.58% -
XYZ 16.56 24.25 14.63 -
YUV 123.71 111.8 100.39 -
System Red Green Blue C M Y K H S L
Decimal 85 149 95 0.43 0 0.36 0.42 129.38 0.27 0.46
Hex 55 95 5F 2B 0 24 2A 81 1B 2E
Octal 125 225 137 53 0 44 52 201 33 56
Binary 1010101 10010101 1011111 101011 0 100100 101010 10000001 11011 101110

Color Harmonies of #55955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55955F

Black with #55955F

Text Example


Text Example

White with #55955F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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