Html Css Color HEX #56A449 Fruit Salad

📋 copy color: '#56A449'

red 86 ◦ green 164 ◦ blue 73

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

Shades of Fruit Salad #56A449

Tints of Fruit Salad #56A449

RGB

 RED value IS 86 (33.98% from 255) = 26.63%

 GREEN value IS 164 (64.45% from 255) = 50.77%

 BLUE value IS 73 (28.91% from 255) = 22.6%

R = 26.63%
G = 50.77%
B = 22.6%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#56A449 (or 0x56A449) is known color: Fruit Salad. HEX triplet: 56, A4 and 49. RGB value is (86,164,73). Sum of RGB (Red+Green+Blue) = 86+164+73=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 164 (64.45% from 255 or 50.77% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 164 - color contains mainly: green. Hex color #56A449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A449 is #A95BB6. Grayscale: #828282. Windows color (decimal): -11099063 or 4826198. OLE color: 4826198.

HSL color Cylindrical-coordinate representation of color #56A449: hue angle of 111.43º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56A449 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 86 164 73 -
CMYK 0.48 0 0.55 0.36
HSL 111.43º 0.38% 0.46% -
HSV(B) 111.43º 0.55% 0.64% -
XYZ 18.32 29.01 10.94 -
YUV 130.3 95.66 96.4 -
System Red Green Blue C M Y K H S L
Decimal 86 164 73 0.48 0 0.55 0.36 111.43 0.38 0.46
Hex 56 A4 49 30 0 37 24 6F 26 2E
Octal 126 244 111 60 0 67 44 157 46 56
Binary 1010110 10100100 1001001 110000 0 110111 100100 1101111 100110 101110

Color Harmonies of #56A449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A449

Black with #56A449

Text Example


Text Example

White with #56A449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56A449; }

 p { color: rgb(86,164,73); }

 H1.HeaderClassName
 {
   color: #56A449;
 }
 .AnyTagClassName
 {
   color: #56A449;
 }
</style>

background-color css

<style>
 a { background-color: #56A449; }

 a { background-color: rgb(86,164,73); }

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

border-color css

<style>
 span { border-color: #56A449; }

 span { border-color: rgb(86,164,73); }

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