Html Css Color HEX #13D053 Malachite

📋 copy color: '#13D053'

red 19 ◦ green 208 ◦ blue 83

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

Shades of Malachite #13D053

Tints of Malachite #13D053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.77%

R = 6.13%
G = 67.1%
B = 26.77%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#13D053 (or 0x13D053) is known color: Malachite. HEX triplet: 13, D0 and 53. RGB value is (19,208,83). Sum of RGB (Red+Green+Blue) = 19+208+83=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 208 (81.64% from 255 or 67.10% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 208 - color contains mainly: green. Hex color #13D053 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D053 is #EC2FAC. Grayscale: #898989. Windows color (decimal): -15478701 or 5492755. OLE color: 5492755.

HSL color Cylindrical-coordinate representation of color #13D053: hue angle of 140.32º 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 #13D053 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 208 83 -
CMYK 0.91 0 0.60 0.18
HSL 140.32º 0.83% 0.45% -
HSV(B) 140.32º 0.91% 0.82% -
XYZ 24.39 45.87 15.75 -
YUV 137.24 97.38 43.66 -
System Red Green Blue C M Y K H S L
Decimal 19 208 83 0.91 0 0.60 0.18 140.32 0.83 0.45
Hex 13 D0 53 5B 0 3C 12 8C 53 2D
Octal 23 320 123 133 0 74 22 214 123 55
Binary 10011 11010000 1010011 1011011 0 111100 10010 10001100 1010011 101101

Color Harmonies of #13D053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D053

Black with #13D053

Text Example


Text Example

White with #13D053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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