Html Css Color HEX #13C058 Malachite

📋 copy color: '#13C058'

red 19 ◦ green 192 ◦ blue 88

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

Shades of Malachite #13C058

Tints of Malachite #13C058

RGB

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

 GREEN value IS 192 (75.39% from 255) = 64.21%

 BLUE value IS 88 (34.77% from 255) = 29.43%

R = 6.35%
G = 64.21%
B = 29.43%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#13C058 (or 0x13C058) is known color: Malachite. HEX triplet: 13, C0 and 58. RGB value is (19,192,88). Sum of RGB (Red+Green+Blue) = 19+192+88=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 192 (75.39% from 255 or 64.21% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 192 - color contains mainly: green. Hex color #13C058 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C058 is #EC3FA7. Grayscale: #808080. Windows color (decimal): -15482792 or 5816339. OLE color: 5816339.

HSL color Cylindrical-coordinate representation of color #13C058: hue angle of 143.93º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C058 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 192 88 -
CMYK 0.90 0 0.54 0.25
HSL 143.93º 0.82% 0.41% -
HSV(B) 143.93º 0.9% 0.75% -
XYZ 20.88 38.54 15.57 -
YUV 128.42 105.19 49.96 -
System Red Green Blue C M Y K H S L
Decimal 19 192 88 0.90 0 0.54 0.25 143.93 0.82 0.41
Hex 13 C0 58 5A 0 36 19 90 52 29
Octal 23 300 130 132 0 66 31 220 122 51
Binary 10011 11000000 1011000 1011010 0 110110 11001 10010000 1010010 101001

Color Harmonies of #13C058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C058

Black with #13C058

Text Example


Text Example

White with #13C058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,192,88); }

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

background-color css

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

 a { background-color: rgb(19,192,88); }

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

border-color css

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

 span { border-color: rgb(19,192,88); }

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