Html Css Color HEX #13C360 Malachite

📋 copy color: '#13C360'

red 19 ◦ green 195 ◦ blue 96

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

Shades of Malachite #13C360

Tints of Malachite #13C360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.97%

R = 6.13%
G = 62.9%
B = 30.97%

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

#13C360 (or 0x13C360) is known color: Malachite. HEX triplet: 13, C3 and 60. RGB value is (19,195,96). Sum of RGB (Red+Green+Blue) = 19+195+96=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 195 (76.56% from 255 or 62.90% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 195 - color contains mainly: green. Hex color #13C360 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C360 is #EC3C9F. Grayscale: #838383. Windows color (decimal): -15482016 or 6341395. OLE color: 6341395.

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

Color convert

RGB 19 195 96 -
CMYK 0.90 0 0.51 0.24
HSL 146.25º 0.82% 0.42% -
HSV(B) 146.25º 0.9% 0.76% -
XYZ 21.89 40.01 17.64 -
YUV 131.09 108.19 48.05 -
System Red Green Blue C M Y K H S L
Decimal 19 195 96 0.90 0 0.51 0.24 146.25 0.82 0.42
Hex 13 C3 60 5A 0 33 18 92 52 2A
Octal 23 303 140 132 0 63 30 222 122 52
Binary 10011 11000011 1100000 1011010 0 110011 11000 10010010 1010010 101010

Color Harmonies of #13C360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C360

Black with #13C360

Text Example


Text Example

White with #13C360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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