#13944E

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

Shades of Pigment Green #13944E

Tints of Pigment Green #13944E

Color information

#13944E (or 0x13944E) is unknown color: approx Pigment Green. HEX triplet: 13, 94 and 4E. RGB value is (19,148,78). Sum of RGB (Red+Green+Blue) = 19+148+78=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 148 (58.20% from 255 or 60.41% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 148 - color contains mainly: green. Hex color #13944E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13944E is #EC6BB1. Grayscale: #656565. Windows color (decimal): -15494066 or 5149715. OLE color: 5149715.

HSL color Cylindrical-coordinate representation of color #13944E: hue angle of 147.44º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13944E is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1914878-
CMYK0.8700.470.42
HSL147.44º77.25%32.75%-
HSV(B)147.44º87.16%58.04%-
XYZ12.2321.8710.78-
YUV101.45114.7669.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.76%
GREEN value IS 148 (58.20% from 255) = 60.41%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=7.76%
G=60.41%
B=31.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal19148780.8700.470.42147.4477.2532.75
Hex13944E5702F2A934d21
Octal232241161270575222311541
Binary1001110010100100111010101110101111101010100100111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13944E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13944E; }

 p { color: rgb(19,148,78); }

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

<style>
 a { background-color: #13944E; }

 a { background-color: rgb(19,148,78); }

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

<style>
 span { border-color: #13944E; }

 span { border-color: rgb(19,148,78); }

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