#13A35A

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

Shades of Pigment Green #13A35A

Tints of Pigment Green #13A35A

Color information

#13A35A (or 0x13A35A) is unknown color: approx Pigment Green. HEX triplet: 13, A3 and 5A. RGB value is (19,163,90). Sum of RGB (Red+Green+Blue) = 19+163+90=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 163 (64.06% from 255 or 59.93% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 163 - color contains mainly: green. Hex color #13A35A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A35A is #EC5CA5. Grayscale: #6F6F6F. Windows color (decimal): -15490214 or 5939987. OLE color: 5939987.

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

Color convert

RGB1916390-
CMYK0.8800.450.36
HSL149.58º79.12%35.69%-
HSV(B)149.58º88.34%63.92%-
XYZ15.2127.0714.1-
YUV111.62115.7961.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.99%
GREEN value IS 163 (64.06% from 255) = 59.93%
BLUE value IS 90 (35.55% from 255) = 33.09%
R=6.99%
G=59.93%
B=33.09%

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
Decimal19163900.8800.450.36149.5879.1235.69
Hex13A35A5802D24964f24
Octal232431321300554422611744
Binary1001110100011101101010110000101101100100100101101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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