Html Css Color HEX #56A44B Fruit Salad

📋 copy color: '#56A44B'

red 86 ◦ green 164 ◦ blue 75

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

Shades of Fruit Salad #56A44B

Tints of Fruit Salad #56A44B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.08%

R = 26.46%
G = 50.46%
B = 23.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#56A44B (or 0x56A44B) is known color: Fruit Salad. HEX triplet: 56, A4 and 4B. RGB value is (86,164,75). Sum of RGB (Red+Green+Blue) = 86+164+75=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 164 (64.45% from 255 or 50.46% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 164 - color contains mainly: green. Hex color #56A44B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A44B is #A95BB4. Grayscale: #828282. Windows color (decimal): -11099061 or 4957270. OLE color: 4957270.

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

Color convert

RGB 86 164 75 -
CMYK 0.48 0 0.54 0.36
HSL 112.58º 0.37% 0.47% -
HSV(B) 112.58º 0.54% 0.64% -
XYZ 18.38 29.04 11.29 -
YUV 130.53 96.66 96.24 -
System Red Green Blue C M Y K H S L
Decimal 86 164 75 0.48 0 0.54 0.36 112.58 0.37 0.47
Hex 56 A4 4B 30 0 36 24 71 25 2F
Octal 126 244 113 60 0 66 44 161 45 57
Binary 1010110 10100100 1001011 110000 0 110110 100100 1110001 100101 101111

Color Harmonies of #56A44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A44B

Black with #56A44B

Text Example


Text Example

White with #56A44B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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