#13B257

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

Shades of Pigment Green #13B257

Tints of Pigment Green #13B257

Color information

#13B257 (or 0x13B257) is unknown color: approx Pigment Green. HEX triplet: 13, B2 and 57. RGB value is (19,178,87). Sum of RGB (Red+Green+Blue) = 19+178+87=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 178 (69.92% from 255 or 62.68% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 178 - color contains mainly: green. Hex color #13B257 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B257 is #EC4DA8. Grayscale: #787878. Windows color (decimal): -15486377 or 5747219. OLE color: 5747219.

HSL color Cylindrical-coordinate representation of color #13B257: hue angle of 145.66º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B257 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB1917887-
CMYK0.8900.510.30
HSL145.66º80.71%38.63%-
HSV(B)145.66º89.33%69.8%-
XYZ17.9132.6714.38-
YUV120.08109.3255.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.69%
GREEN value IS 178 (69.92% from 255) = 62.68%
BLUE value IS 87 (34.38% from 255) = 30.63%
R=6.69%
G=62.68%
B=30.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal19178870.8900.510.30145.6680.7138.63
Hex13B257590331E925127
Octal232621271310633622212147
Binary100111011001010101111011001011001111110100100101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,178,87); }

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

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

 a { background-color: rgb(19,178,87); }

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

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

 span { border-color: rgb(19,178,87); }

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