Html Css Color HEX #13A449 Pigment Green

📋 copy color: '#13A449'

red 19 ◦ green 164 ◦ blue 73

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

Shades of Pigment Green #13A449

Tints of Pigment Green #13A449

RGB

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

 GREEN value IS 164 (64.45% from 255) = 64.06%

 BLUE value IS 73 (28.91% from 255) = 28.52%

R = 7.42%
G = 64.06%
B = 28.52%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#13A449 (or 0x13A449) is known color: Pigment Green. HEX triplet: 13, A4 and 49. RGB value is (19,164,73). Sum of RGB (Red+Green+Blue) = 19+164+73=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 164 (64.45% from 255 or 64.06% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 164 - color contains mainly: green. Hex color #13A449 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A449 is #EC5BB6. Grayscale: #6E6E6E. Windows color (decimal): -15489975 or 4826131. OLE color: 4826131.

HSL color Cylindrical-coordinate representation of color #13A449: hue angle of 142.34º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A449 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 164 73 -
CMYK 0.88 0 0.55 0.36
HSL 142.34º 0.79% 0.36% -
HSV(B) 142.34º 0.88% 0.64% -
XYZ 14.75 27.17 10.77 -
YUV 110.27 106.96 62.9 -
System Red Green Blue C M Y K H S L
Decimal 19 164 73 0.88 0 0.55 0.36 142.34 0.79 0.36
Hex 13 A4 49 58 0 37 24 8E 4F 24
Octal 23 244 111 130 0 67 44 216 117 44
Binary 10011 10100100 1001001 1011000 0 110111 100100 10001110 1001111 100100

Color Harmonies of #13A449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A449

Black with #13A449

Text Example


Text Example

White with #13A449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,164,73); }

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

background-color css

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

 a { background-color: rgb(19,164,73); }

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

border-color css

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

 span { border-color: rgb(19,164,73); }

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