#13D765

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

Shades of Malachite #13D765

Tints of Malachite #13D765

Color information

#13D765 (or 0x13D765) is unknown color: approx Malachite. HEX triplet: 13, D7 and 65. RGB value is (19,215,101). Sum of RGB (Red+Green+Blue) = 19+215+101=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 215 (84.38% from 255 or 64.18% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 215 - color contains mainly: green. Hex color #13D765 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D765 is #EC289A. Grayscale: #8F8F8F. Windows color (decimal): -15476891 or 6674195. OLE color: 6674195.

HSL color Cylindrical-coordinate representation of color #13D765: hue angle of 145.1º 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 #13D765 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB19215101-
CMYK0.9100.530.16
HSL145.1º83.76%45.88%-
HSV(B)145.1º91.16%84.31%-
XYZ26.9249.6820.48-
YUV143.4104.0739.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.67%
GREEN value IS 215 (84.38% from 255) = 64.18%
BLUE value IS 101 (39.84% from 255) = 30.15%
R=5.67%
G=64.18%
B=30.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal192151010.9100.530.16145.183.7645.88
Hex13D7655B0351091542e
Octal233271451330652022112456
Binary100111101011111001011011011011010110000100100011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13D765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,215,101); }

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

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

 a { background-color: rgb(19,215,101); }

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

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

 span { border-color: rgb(19,215,101); }

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