Html Css Color HEX #13C56A Malachite

📋 copy color: '#13C56A'

red 19 ◦ green 197 ◦ blue 106

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

Shades of Malachite #13C56A

Tints of Malachite #13C56A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 61.18%

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 5.9%
G = 61.18%
B = 32.92%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#13C56A (or 0x13C56A) is known color: Malachite. HEX triplet: 13, C5 and 6A. RGB value is (19,197,106). Sum of RGB (Red+Green+Blue) = 19+197+106=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 197 (77.34% from 255 or 61.18% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 197 - color contains mainly: green. Hex color #13C56A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C56A is #EC3A95. Grayscale: #858585. Windows color (decimal): -15481494 or 6997267. OLE color: 6997267.

HSL color Cylindrical-coordinate representation of color #13C56A: hue angle of 149.33º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C56A is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 19 197 106 -
CMYK 0.90 0 0.46 0.23
HSL 149.33º 0.82% 0.42% -
HSV(B) 149.33º 0.9% 0.77% -
XYZ 22.84 41.11 20.37 -
YUV 133.4 112.53 46.4 -
System Red Green Blue C M Y K H S L
Decimal 19 197 106 0.90 0 0.46 0.23 149.33 0.82 0.42
Hex 13 C5 6A 5A 0 2E 17 95 52 2A
Octal 23 305 152 132 0 56 27 225 122 52
Binary 10011 11000101 1101010 1011010 0 101110 10111 10010101 1010010 101010

Color Harmonies of #13C56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C56A

Black with #13C56A

Text Example


Text Example

White with #13C56A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,197,106); }

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

background-color css

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

 a { background-color: rgb(19,197,106); }

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

border-color css

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

 span { border-color: rgb(19,197,106); }

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