Html Css Color HEX #13C362 Malachite

📋 copy color: '#13C362'

red 19 ◦ green 195 ◦ blue 98

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

Shades of Malachite #13C362

Tints of Malachite #13C362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.41%

R = 6.09%
G = 62.5%
B = 31.41%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#13C362 (or 0x13C362) is known color: Malachite. HEX triplet: 13, C3 and 62. RGB value is (19,195,98). Sum of RGB (Red+Green+Blue) = 19+195+98=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 195 (76.56% from 255 or 62.5% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 195 - color contains mainly: green. Hex color #13C362 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C362 is #EC3C9D. Grayscale: #838383. Windows color (decimal): -15482014 or 6472467. OLE color: 6472467.

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

Color convert

RGB 19 195 98 -
CMYK 0.90 0 0.50 0.24
HSL 146.93º 0.82% 0.42% -
HSV(B) 146.93º 0.9% 0.76% -
XYZ 21.99 40.05 18.13 -
YUV 131.32 109.19 47.89 -
System Red Green Blue C M Y K H S L
Decimal 19 195 98 0.90 0 0.50 0.24 146.93 0.82 0.42
Hex 13 C3 62 5A 0 32 18 93 52 2A
Octal 23 303 142 132 0 62 30 223 122 52
Binary 10011 11000011 1100010 1011010 0 110010 11000 10010011 1010010 101010

Color Harmonies of #13C362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C362

Black with #13C362

Text Example


Text Example

White with #13C362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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