Html Css Color HEX #13C35F Malachite

📋 copy color: '#13C35F'

red 19 ◦ green 195 ◦ blue 95

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

Shades of Malachite #13C35F

Tints of Malachite #13C35F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.74%

R = 6.15%
G = 63.11%
B = 30.74%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#13C35F (or 0x13C35F) is known color: Malachite. HEX triplet: 13, C3 and 5F. RGB value is (19,195,95). Sum of RGB (Red+Green+Blue) = 19+195+95=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 195 (76.56% from 255 or 63.11% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 195 - color contains mainly: green. Hex color #13C35F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C35F is #EC3CA0. Grayscale: #838383. Windows color (decimal): -15482017 or 6275859. OLE color: 6275859.

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

Color convert

RGB 19 195 95 -
CMYK 0.90 0 0.51 0.24
HSL 145.91º 0.82% 0.42% -
HSV(B) 145.91º 0.9% 0.76% -
XYZ 21.85 39.99 17.39 -
YUV 130.98 107.69 48.13 -
System Red Green Blue C M Y K H S L
Decimal 19 195 95 0.90 0 0.51 0.24 145.91 0.82 0.42
Hex 13 C3 5F 5A 0 33 18 92 52 2A
Octal 23 303 137 132 0 63 30 222 122 52
Binary 10011 11000011 1011111 1011010 0 110011 11000 10010010 1010010 101010

Color Harmonies of #13C35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C35F

Black with #13C35F

Text Example


Text Example

White with #13C35F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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