Html Css Color HEX #13C061 Malachite

📋 copy color: '#13C061'

red 19 ◦ green 192 ◦ blue 97

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

Shades of Malachite #13C061

Tints of Malachite #13C061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.49%

R = 6.17%
G = 62.34%
B = 31.49%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#13C061 (or 0x13C061) is known color: Malachite. HEX triplet: 13, C0 and 61. RGB value is (19,192,97). Sum of RGB (Red+Green+Blue) = 19+192+97=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #13C061 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C061 is #EC3F9E. Grayscale: #818181. Windows color (decimal): -15482783 or 6406163. OLE color: 6406163.

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

Color convert

RGB 19 192 97 -
CMYK 0.90 0 0.49 0.25
HSL 147.05º 0.82% 0.41% -
HSV(B) 147.05º 0.9% 0.75% -
XYZ 21.28 38.7 17.66 -
YUV 129.44 109.69 49.22 -
System Red Green Blue C M Y K H S L
Decimal 19 192 97 0.90 0 0.49 0.25 147.05 0.82 0.41
Hex 13 C0 61 5A 0 31 19 93 52 29
Octal 23 300 141 132 0 61 31 223 122 51
Binary 10011 11000000 1100001 1011010 0 110001 11001 10010011 1010010 101001

Color Harmonies of #13C061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C061

Black with #13C061

Text Example


Text Example

White with #13C061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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