#13CB5E

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

Shades of Malachite #13CB5E

Tints of Malachite #13CB5E

Color information

#13CB5E (or 0x13CB5E) is unknown color: approx Malachite. HEX triplet: 13, CB and 5E. RGB value is (19,203,94). Sum of RGB (Red+Green+Blue) = 19+203+94=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 203 (79.69% from 255 or 64.24% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CB5E is #EC34A1. Grayscale: #878787. Windows color (decimal): -15479970 or 6212371. OLE color: 6212371.

HSL color Cylindrical-coordinate representation of color #13CB5E: hue angle of 144.46º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CB5E is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB1920394-
CMYK0.9100.540.20
HSL144.46º82.88%43.53%-
HSV(B)144.46º90.64%79.61%-
XYZ23.6443.6617.77-
YUV135.56104.5444.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.01%
GREEN value IS 203 (79.69% from 255) = 64.24%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=6.01%
G=64.24%
B=29.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal19203940.9100.540.20144.4682.8843.53
Hex13CB5E5B0361490532c
Octal233131361330662422012354
Binary100111100101110111101011011011011010100100100001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,203,94); }

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

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

 a { background-color: rgb(19,203,94); }

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

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

 span { border-color: rgb(19,203,94); }

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