#56C348

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

Shades of Apple #56C348

Tints of Apple #56C348

Color information

#56C348 (or 0x56C348) is unknown color: approx Apple. HEX triplet: 56, C3 and 48. RGB value is (86,195,72). Sum of RGB (Red+Green+Blue) = 86+195+72=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 195 (76.56% from 255 or 55.24% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 195 - color contains mainly: green. Hex color #56C348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C348 is #A93CB7. Grayscale: #949494. Windows color (decimal): -11091128 or 4768598. OLE color: 4768598.

HSL color Cylindrical-coordinate representation of color #56C348: hue angle of 113.17º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56C348 is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB8619572-
CMYK0.5600.630.24
HSL113.17º50.62%52.35%-
HSV(B)113.17º63.08%76.47%-
XYZ24.5241.4812.84-
YUV148.3984.8983.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.36%
GREEN value IS 195 (76.56% from 255) = 55.24%
BLUE value IS 72 (28.52% from 255) = 20.40%
R=24.36%
G=55.24%
B=20.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal86195720.5600.630.24113.1750.6252.35
Hex56C3483803F18713334
Octal12630311070077301616364
Binary10101101100001110010001110000111111110001110001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56C348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,195,72); }

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

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

 a { background-color: rgb(86,195,72); }

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

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

 span { border-color: rgb(86,195,72); }

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