Html Css Color HEX #13C352 Malachite

📋 copy color: '#13C352'

red 19 ◦ green 195 ◦ blue 82

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

Shades of Malachite #13C352

Tints of Malachite #13C352

RGB

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

 GREEN value IS 195 (76.56% from 255) = 65.88%

 BLUE value IS 82 (32.42% from 255) = 27.7%

R = 6.42%
G = 65.88%
B = 27.7%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#13C352 (or 0x13C352) is known color: Malachite. HEX triplet: 13, C3 and 52. RGB value is (19,195,82). Sum of RGB (Red+Green+Blue) = 19+195+82=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 195 (76.56% from 255 or 65.88% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 195 - color contains mainly: green. Hex color #13C352 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C352 is #EC3CAD. Grayscale: #818181. Windows color (decimal): -15482030 or 5423891. OLE color: 5423891.

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

Color convert

RGB 19 195 82 -
CMYK 0.90 0 0.58 0.24
HSL 141.48º 0.82% 0.42% -
HSV(B) 141.48º 0.9% 0.76% -
XYZ 21.31 39.78 14.54 -
YUV 129.49 101.19 49.19 -
System Red Green Blue C M Y K H S L
Decimal 19 195 82 0.90 0 0.58 0.24 141.48 0.82 0.42
Hex 13 C3 52 5A 0 3A 18 8D 52 2A
Octal 23 303 122 132 0 72 30 215 122 52
Binary 10011 11000011 1010010 1011010 0 111010 11000 10001101 1010010 101010

Color Harmonies of #13C352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C352

Black with #13C352

Text Example


Text Example

White with #13C352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,195,82); }

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

background-color css

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

 a { background-color: rgb(19,195,82); }

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

border-color css

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

 span { border-color: rgb(19,195,82); }

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