Html Css Color HEX #13C367 Malachite

📋 copy color: '#13C367'

red 19 ◦ green 195 ◦ blue 103

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

Shades of Malachite #13C367

Tints of Malachite #13C367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.49%

R = 5.99%
G = 61.51%
B = 32.49%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#13C367 (or 0x13C367) is known color: Malachite. HEX triplet: 13, C3 and 67. RGB value is (19,195,103). Sum of RGB (Red+Green+Blue) = 19+195+103=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 195 (76.56% from 255 or 61.51% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 195 - color contains mainly: green. Hex color #13C367 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C367 is #EC3C98. Grayscale: #848484. Windows color (decimal): -15482009 or 6800147. OLE color: 6800147.

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

Color convert

RGB 19 195 103 -
CMYK 0.90 0 0.47 0.24
HSL 148.64º 0.82% 0.42% -
HSV(B) 148.64º 0.9% 0.76% -
XYZ 22.23 40.15 19.41 -
YUV 131.89 111.69 47.48 -
System Red Green Blue C M Y K H S L
Decimal 19 195 103 0.90 0 0.47 0.24 148.64 0.82 0.42
Hex 13 C3 67 5A 0 2F 18 95 52 2A
Octal 23 303 147 132 0 57 30 225 122 52
Binary 10011 11000011 1100111 1011010 0 101111 11000 10010101 1010010 101010

Color Harmonies of #13C367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C367

Black with #13C367

Text Example


Text Example

White with #13C367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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