Html Css Color HEX #55A359 Fruit Salad

📋 copy color: '#55A359'

red 85 ◦ green 163 ◦ blue 89

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

Shades of Fruit Salad #55A359

Tints of Fruit Salad #55A359

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.37%

 BLUE value IS 89 (35.16% from 255) = 26.41%

R = 25.22%
G = 48.37%
B = 26.41%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#55A359 (or 0x55A359) is known color: Fruit Salad. HEX triplet: 55, A3 and 59. RGB value is (85,163,89). Sum of RGB (Red+Green+Blue) = 85+163+89=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 163 - color contains mainly: green. Hex color #55A359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A359 is #AA5CA6. Grayscale: #838383. Windows color (decimal): -11164839 or 5874517. OLE color: 5874517.

HSL color Cylindrical-coordinate representation of color #55A359: hue angle of 123.08º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A359 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 163 89 -
CMYK 0.48 0 0.45 0.36
HSL 123.08º 0.31% 0.49% -
HSV(B) 123.08º 0.48% 0.64% -
XYZ 18.65 28.85 14.04 -
YUV 131.24 104.16 95.02 -
System Red Green Blue C M Y K H S L
Decimal 85 163 89 0.48 0 0.45 0.36 123.08 0.31 0.49
Hex 55 A3 59 30 0 2D 24 7B 1F 31
Octal 125 243 131 60 0 55 44 173 37 61
Binary 1010101 10100011 1011001 110000 0 101101 100100 1111011 11111 110001

Color Harmonies of #55A359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A359

Black with #55A359

Text Example


Text Example

White with #55A359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,163,89); }

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

background-color css

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

 a { background-color: rgb(85,163,89); }

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

border-color css

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

 span { border-color: rgb(85,163,89); }

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