#13A359

Color #13A359 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #13A359

Tints of Pigment Green #13A359

Color information

#13A359 (or 0x13A359) is unknown color: approx Pigment Green. HEX triplet: 13, A3 and 59. RGB value is (19,163,89). Sum of RGB (Red+Green+Blue) = 19+163+89=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 163 (64.06% from 255 or 60.15% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 163 - color contains mainly: green. Hex color #13A359 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A359 is #EC5CA6. Grayscale: #6F6F6F. Windows color (decimal): -15490215 or 5874451. OLE color: 5874451.

HSL color Cylindrical-coordinate representation of color #13A359: hue angle of 149.17º 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 #13A359 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB1916389-
CMYK0.8800.450.36
HSL149.17º79.12%35.69%-
HSV(B)149.17º88.34%63.92%-
XYZ15.1727.0513.87-
YUV111.51115.2962.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.01%
GREEN value IS 163 (64.06% from 255) = 60.15%
BLUE value IS 89 (35.16% from 255) = 32.84%
R=7.01%
G=60.15%
B=32.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19163890.8800.450.36149.1779.1235.69
Hex13A3595802D24954f24
Octal232431311300554422511744
Binary1001110100011101100110110000101101100100100101011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,163,89); }

 H1.HeaderClassName
 {
   color: #13A359;
 }
 .AnyTagClassName
 {
   color: #13A359;
 }
</style>
background-color css

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

 a { background-color: rgb(19,163,89); }

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

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

 span { border-color: rgb(19,163,89); }

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