Html Css Color HEX #13D048 Malachite

📋 copy color: '#13D048'

red 19 ◦ green 208 ◦ blue 72

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

Shades of Malachite #13D048

Tints of Malachite #13D048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 69.57%

 BLUE value IS 72 (28.52% from 255) = 24.08%

R = 6.35%
G = 69.57%
B = 24.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#13D048 (or 0x13D048) is known color: Malachite. HEX triplet: 13, D0 and 48. RGB value is (19,208,72). Sum of RGB (Red+Green+Blue) = 19+208+72=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 208 (81.64% from 255 or 69.57% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 208 - color contains mainly: green. Hex color #13D048 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D048 is #EC2FB7. Grayscale: #888888. Windows color (decimal): -15478712 or 4771859. OLE color: 4771859.

HSL color Cylindrical-coordinate representation of color #13D048: hue angle of 136.83º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D048 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 208 72 -
CMYK 0.91 0 0.65 0.18
HSL 136.83º 0.83% 0.45% -
HSV(B) 136.83º 0.91% 0.82% -
XYZ 23.99 45.72 13.69 -
YUV 135.99 91.88 44.56 -
System Red Green Blue C M Y K H S L
Decimal 19 208 72 0.91 0 0.65 0.18 136.83 0.83 0.45
Hex 13 D0 48 5B 0 41 12 89 53 2D
Octal 23 320 110 133 0 101 22 211 123 55
Binary 10011 11010000 1001000 1011011 0 1000001 10010 10001001 1010011 101101

Color Harmonies of #13D048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D048

Black with #13D048

Text Example


Text Example

White with #13D048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,208,72); }

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

background-color css

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

 a { background-color: rgb(19,208,72); }

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

border-color css

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

 span { border-color: rgb(19,208,72); }

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