#13A458

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

Shades of Pigment Green #13A458

Tints of Pigment Green #13A458

Color information

#13A458 (or 0x13A458) is unknown color: approx Pigment Green. HEX triplet: 13, A4 and 58. RGB value is (19,164,88). Sum of RGB (Red+Green+Blue) = 19+164+88=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 164 (64.45% from 255 or 60.52% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 164 - color contains mainly: green. Hex color #13A458 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A458 is #EC5BA7. Grayscale: #707070. Windows color (decimal): -15489960 or 5809171. OLE color: 5809171.

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

Color convert

RGB1916488-
CMYK0.8800.460.36
HSL148.55º79.23%35.88%-
HSV(B)148.55º88.41%64.31%-
XYZ15.3127.3913.71-
YUV111.98114.4661.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.01%
GREEN value IS 164 (64.45% from 255) = 60.52%
BLUE value IS 88 (34.77% from 255) = 32.47%
R=7.01%
G=60.52%
B=32.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19164880.8800.460.36148.5579.2335.88
Hex13A4585802E24954f24
Octal232441301300564422511744
Binary1001110100100101100010110000101110100100100101011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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