Html Css Color HEX #559B4A Fruit Salad

📋 copy color: '#559B4A'

red 85 ◦ green 155 ◦ blue 74

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

Shades of Fruit Salad #559B4A

Tints of Fruit Salad #559B4A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.36%

 BLUE value IS 74 (29.3% from 255) = 23.57%

R = 27.07%
G = 49.36%
B = 23.57%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#559B4A (or 0x559B4A) is known color: Fruit Salad. HEX triplet: 55, 9B and 4A. RGB value is (85,155,74). Sum of RGB (Red+Green+Blue) = 85+155+74=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #559B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559B4A is #AA64B5. Grayscale: #7D7D7D. Windows color (decimal): -11166902 or 4889429. OLE color: 4889429.

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

Color convert

RGB 85 155 74 -
CMYK 0.45 0 0.52 0.39
HSL 111.85º 0.35% 0.45% -
HSV(B) 111.85º 0.52% 0.61% -
XYZ 16.7 25.87 10.59 -
YUV 124.84 99.31 99.59 -
System Red Green Blue C M Y K H S L
Decimal 85 155 74 0.45 0 0.52 0.39 111.85 0.35 0.45
Hex 55 9B 4A 2D 0 34 27 70 23 2D
Octal 125 233 112 55 0 64 47 160 43 55
Binary 1010101 10011011 1001010 101101 0 110100 100111 1110000 100011 101101

Color Harmonies of #559B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559B4A

Black with #559B4A

Text Example


Text Example

White with #559B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,155,74); }

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

background-color css

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

 a { background-color: rgb(85,155,74); }

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

border-color css

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

 span { border-color: rgb(85,155,74); }

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