Html Css Color HEX #13C05B Malachite

📋 copy color: '#13C05B'

red 19 ◦ green 192 ◦ blue 91

#13C05B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #13C05B

Tints of Malachite #13C05B

RGB

 RED value IS 19 (7.81% from 255) = 6.29%

 GREEN value IS 192 (75.39% from 255) = 63.58%

 BLUE value IS 91 (35.94% from 255) = 30.13%

R = 6.29%
G = 63.58%
B = 30.13%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#13C05B (or 0x13C05B) is known color: Malachite. HEX triplet: 13, C0 and 5B. RGB value is (19,192,91). Sum of RGB (Red+Green+Blue) = 19+192+91=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 192 (75.39% from 255 or 63.58% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 192 - color contains mainly: green. Hex color #13C05B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C05B is #EC3FA4. Grayscale: #808080. Windows color (decimal): -15482789 or 6012947. OLE color: 6012947.

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

Color convert

RGB 19 192 91 -
CMYK 0.90 0 0.53 0.25
HSL 144.97º 0.82% 0.41% -
HSV(B) 144.97º 0.9% 0.75% -
XYZ 21.01 38.59 16.24 -
YUV 128.76 106.69 49.71 -
System Red Green Blue C M Y K H S L
Decimal 19 192 91 0.90 0 0.53 0.25 144.97 0.82 0.41
Hex 13 C0 5B 5A 0 35 19 91 52 29
Octal 23 300 133 132 0 65 31 221 122 51
Binary 10011 11000000 1011011 1011010 0 110101 11001 10010001 1010010 101001

Color Harmonies of #13C05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C05B

Black with #13C05B

Text Example


Text Example

White with #13C05B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,192,91); }

 H1.HeaderClassName
 {
   color: #13C05B;
 }
 .AnyTagClassName
 {
   color: #13C05B;
 }
</style>

background-color css

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

 a { background-color: rgb(19,192,91); }

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

border-color css

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

 span { border-color: rgb(19,192,91); }

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