#56B431

Color #56B431 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #56B431

Tints of Apple #56B431

Color information

#56B431 (or 0x56B431) is unknown color: approx Apple. HEX triplet: 56, B4 and 31. RGB value is (86,180,49). Sum of RGB (Red+Green+Blue) = 86+180+49=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 180 (70.70% from 255 or 57.14% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 180 - color contains mainly: green. Hex color #56B431 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56B431 is #A94BCE. Grayscale: #898989. Windows color (decimal): -11094991 or 3257430. OLE color: 3257430.

HSL color Cylindrical-coordinate representation of color #56B431: hue angle of 103.05º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56B431 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB8618049-
CMYK0.5200.730.29
HSL103.05º57.21%44.9%-
HSV(B)103.05º72.78%70.59%-
XYZ20.7134.848.54-
YUV136.9678.3691.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.30%
GREEN value IS 180 (70.70% from 255) = 57.14%
BLUE value IS 49 (19.53% from 255) = 15.56%
R=27.30%
G=57.14%
B=15.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal86180490.5200.730.29103.0557.2144.9
Hex56B431340491D67392d
Octal12626461640111351477155
Binary10101101011010011000111010001001001111011100111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,180,49); }

 H1.HeaderClassName
 {
   color: #56B431;
 }
 .AnyTagClassName
 {
   color: #56B431;
 }
</style>
background-color css

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

 a { background-color: rgb(86,180,49); }

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

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

 span { border-color: rgb(86,180,49); }

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