#13D656

Color #13D656 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #13D656

Tints of Malachite #13D656

Color information

#13D656 (or 0x13D656) is unknown color: approx Malachite. HEX triplet: 13, D6 and 56. RGB value is (19,214,86). Sum of RGB (Red+Green+Blue) = 19+214+86=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 214 (83.98% from 255 or 67.08% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 214 - color contains mainly: green. Hex color #13D656 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D656 is #EC29A9. Grayscale: #8D8D8D. Windows color (decimal): -15477162 or 5690899. OLE color: 5690899.

HSL color Cylindrical-coordinate representation of color #13D656: hue angle of 140.62º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D656 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB1921486-
CMYK0.9100.600.16
HSL140.62º83.69%45.69%-
HSV(B)140.62º91.12%83.92%-
XYZ25.9948.916.87-
YUV141.196.940.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.96%
GREEN value IS 214 (83.98% from 255) = 67.08%
BLUE value IS 86 (33.98% from 255) = 26.96%
R=5.96%
G=67.08%
B=26.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal19214860.9100.600.16140.6283.6945.69
Hex13D6565B03C108d542e
Octal233261261330742021512456
Binary100111101011010101101011011011110010000100011011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13D656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13D656; }

 p { color: rgb(19,214,86); }

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

<style>
 a { background-color: #13D656; }

 a { background-color: rgb(19,214,86); }

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

<style>
 span { border-color: #13D656; }

 span { border-color: rgb(19,214,86); }

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