Html Css Color HEX #139444 Pigment Green

📋 copy color: '#139444'

red 19 ◦ green 148 ◦ blue 68

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

Shades of Pigment Green #139444

Tints of Pigment Green #139444

RGB

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

 GREEN value IS 148 (58.2% from 255) = 62.98%

 BLUE value IS 68 (26.95% from 255) = 28.94%

R = 8.09%
G = 62.98%
B = 28.94%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#139444 (or 0x139444) is known color: Pigment Green. HEX triplet: 13, 94 and 44. RGB value is (19,148,68). Sum of RGB (Red+Green+Blue) = 19+148+68=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 148 (58.20% from 255 or 62.98% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 148 - color contains mainly: green. Hex color #139444 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139444 is #EC6BBB. Grayscale: #646464. Windows color (decimal): -15494076 or 4494355. OLE color: 4494355.

HSL color Cylindrical-coordinate representation of color #139444: hue angle of 142.79º 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 #139444 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 148 68 -
CMYK 0.87 0 0.54 0.42
HSL 142.79º 0.77% 0.33% -
HSV(B) 142.79º 0.87% 0.58% -
XYZ 11.9 21.74 9.04 -
YUV 100.31 109.76 70 -
System Red Green Blue C M Y K H S L
Decimal 19 148 68 0.87 0 0.54 0.42 142.79 0.77 0.33
Hex 13 94 44 57 0 36 2A 8F 4D 21
Octal 23 224 104 127 0 66 52 217 115 41
Binary 10011 10010100 1000100 1010111 0 110110 101010 10001111 1001101 100001

Color Harmonies of #139444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139444

Black with #139444

Text Example


Text Example

White with #139444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139444; }

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

 H1.HeaderClassName
 {
   color: #139444;
 }
 .AnyTagClassName
 {
   color: #139444;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #139444;
 }
 .BgClassName
 {
   background-color: #139444;
 }
</style>

border-color css

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

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

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