#13CA58

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

Shades of Malachite #13CA58

Tints of Malachite #13CA58

Color information

#13CA58 (or 0x13CA58) is unknown color: approx Malachite. HEX triplet: 13, CA and 58. RGB value is (19,202,88). Sum of RGB (Red+Green+Blue) = 19+202+88=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 202 (79.30% from 255 or 65.37% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CA58 is #EC35A7. Grayscale: #868686. Windows color (decimal): -15480232 or 5818899. OLE color: 5818899.

HSL color Cylindrical-coordinate representation of color #13CA58: hue angle of 142.62º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CA58 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB1920288-
CMYK0.9100.560.21
HSL142.62º82.81%43.33%-
HSV(B)142.62º90.59%79.22%-
XYZ23.1543.0816.33-
YUV134.29101.8745.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.15%
GREEN value IS 202 (79.30% from 255) = 65.37%
BLUE value IS 88 (34.77% from 255) = 28.48%
R=6.15%
G=65.37%
B=28.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19202880.9100.560.21142.6282.8143.33
Hex13CA585B038158f532b
Octal233121301330702521712353
Binary100111100101010110001011011011100010101100011111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,202,88); }

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

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

 a { background-color: rgb(19,202,88); }

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

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

 span { border-color: rgb(19,202,88); }

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