#13BD58

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

Shades of Malachite #13BD58

Tints of Malachite #13BD58

Color information

#13BD58 (or 0x13BD58) is unknown color: approx Malachite. HEX triplet: 13, BD and 58. RGB value is (19,189,88). Sum of RGB (Red+Green+Blue) = 19+189+88=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 189 (74.22% from 255 or 63.85% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BD58 is #EC42A7. Grayscale: #7E7E7E. Windows color (decimal): -15483560 or 5815571. OLE color: 5815571.

HSL color Cylindrical-coordinate representation of color #13BD58: hue angle of 144.35º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BD58 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB1918988-
CMYK0.9000.530.26
HSL144.35º81.73%40.78%-
HSV(B)144.35º89.95%74.12%-
XYZ20.2337.2415.35-
YUV126.66106.1851.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.42%
GREEN value IS 189 (74.22% from 255) = 63.85%
BLUE value IS 88 (34.77% from 255) = 29.73%
R=6.42%
G=63.85%
B=29.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19189880.9000.530.26144.3581.7340.78
Hex13BD585A0351A905229
Octal232751301320653222012251
Binary100111011110110110001011010011010111010100100001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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