Html Css Color HEX #13944E Pigment Green

📋 copy color: '#13944E'

red 19 ◦ green 148 ◦ blue 78

#13944E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #13944E

Tints of Pigment Green #13944E

RGB

 RED value IS 19 (7.81% from 255) = 7.76%

 GREEN value IS 148 (58.2% 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 value IS 0.87

 M value IS 0

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#13944E (or 0x13944E) is known color: 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

RGB 19 148 78 -
CMYK 0.87 0 0.47 0.42
HSL 147.44º 0.77% 0.33% -
HSV(B) 147.44º 0.87% 0.58% -
XYZ 12.23 21.87 10.78 -
YUV 101.45 114.76 69.19 -
System Red Green Blue C M Y K H S L
Decimal 19 148 78 0.87 0 0.47 0.42 147.44 0.77 0.33
Hex 13 94 4E 57 0 2F 2A 93 4D 21
Octal 23 224 116 127 0 57 52 223 115 41
Binary 10011 10010100 1001110 1010111 0 101111 101010 10010011 1001101 100001

Color Harmonies of #13944E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13944E

Black with #13944E

Text Example


Text Example

White with #13944E

Text Example


Text Example

HTML Codes & Css Web 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>