Html Css Color HEX #559D45 Fruit Salad

📋 copy color: '#559D45'

red 85 ◦ green 157 ◦ blue 69

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

Shades of Fruit Salad #559D45

Tints of Fruit Salad #559D45

RGB

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

 GREEN value IS 157 (61.72% from 255) = 50.48%

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

R = 27.33%
G = 50.48%
B = 22.19%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#559D45 (or 0x559D45) is known color: Fruit Salad. HEX triplet: 55, 9D and 45. RGB value is (85,157,69). Sum of RGB (Red+Green+Blue) = 85+157+69=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 157 (61.72% from 255 or 50.48% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 157 - color contains mainly: green. Hex color #559D45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559D45 is #AA62BA. Grayscale: #7D7D7D. Windows color (decimal): -11166395 or 4562261. OLE color: 4562261.

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

Color convert

RGB 85 157 69 -
CMYK 0.46 0 0.56 0.38
HSL 109.09º 0.39% 0.44% -
HSV(B) 109.09º 0.56% 0.62% -
XYZ 16.88 26.47 9.85 -
YUV 125.44 96.15 99.16 -
System Red Green Blue C M Y K H S L
Decimal 85 157 69 0.46 0 0.56 0.38 109.09 0.39 0.44
Hex 55 9D 45 2E 0 38 26 6D 27 2C
Octal 125 235 105 56 0 70 46 155 47 54
Binary 1010101 10011101 1000101 101110 0 111000 100110 1101101 100111 101100

Color Harmonies of #559D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559D45

Black with #559D45

Text Example


Text Example

White with #559D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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