Html Css Color HEX #559C45 Fruit Salad

📋 copy color: '#559C45'

red 85 ◦ green 156 ◦ blue 69

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

Shades of Fruit Salad #559C45

Tints of Fruit Salad #559C45

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.32%

 BLUE value IS 69 (27.34% from 255) = 22.26%

R = 27.42%
G = 50.32%
B = 22.26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#559C45 (or 0x559C45) is known color: Fruit Salad. HEX triplet: 55, 9C and 45. RGB value is (85,156,69). Sum of RGB (Red+Green+Blue) = 85+156+69=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #559C45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559C45 is #AA63BA. Grayscale: #7D7D7D. Windows color (decimal): -11166651 or 4562005. OLE color: 4562005.

HSL color Cylindrical-coordinate representation of color #559C45: hue angle of 108.97º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #559C45 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 156 69 -
CMYK 0.46 0 0.56 0.39
HSL 108.97º 0.39% 0.44% -
HSV(B) 108.97º 0.56% 0.61% -
XYZ 16.71 26.14 9.79 -
YUV 124.85 96.48 99.57 -
System Red Green Blue C M Y K H S L
Decimal 85 156 69 0.46 0 0.56 0.39 108.97 0.39 0.44
Hex 55 9C 45 2E 0 38 27 6D 27 2C
Octal 125 234 105 56 0 70 47 155 47 54
Binary 1010101 10011100 1000101 101110 0 111000 100111 1101101 100111 101100

Color Harmonies of #559C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559C45

Black with #559C45

Text Example


Text Example

White with #559C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559C45; }

 p { color: rgb(85,156,69); }

 H1.HeaderClassName
 {
   color: #559C45;
 }
 .AnyTagClassName
 {
   color: #559C45;
 }
</style>

background-color css

<style>
 a { background-color: #559C45; }

 a { background-color: rgb(85,156,69); }

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

border-color css

<style>
 span { border-color: #559C45; }

 span { border-color: rgb(85,156,69); }

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