#13CB68

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

Shades of Malachite #13CB68

Tints of Malachite #13CB68

Color information

#13CB68 (or 0x13CB68) is unknown color: approx Malachite. HEX triplet: 13, CB and 68. RGB value is (19,203,104). Sum of RGB (Red+Green+Blue) = 19+203+104=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 203 (79.69% from 255 or 62.27% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CB68 is #EC3497. Grayscale: #888888. Windows color (decimal): -15479960 or 6867731. OLE color: 6867731.

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

Color convert

RGB19203104-
CMYK0.9100.490.20
HSL147.72º82.88%43.53%-
HSV(B)147.72º90.64%79.61%-
XYZ24.1243.8520.29-
YUV136.7109.5444.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.83%
GREEN value IS 203 (79.69% from 255) = 62.27%
BLUE value IS 104 (41.02% from 255) = 31.90%
R=5.83%
G=62.27%
B=31.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal192031040.9100.490.20147.7282.8843.53
Hex13CB685B0311494532c
Octal233131501330612422412354
Binary100111100101111010001011011011000110100100101001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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