Html Css Color HEX #139446 Pigment Green

📋 copy color: '#139446'

red 19 ◦ green 148 ◦ blue 70

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

Shades of Pigment Green #139446

Tints of Pigment Green #139446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.54%

R = 8.02%
G = 62.45%
B = 29.54%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#139446 (or 0x139446) is known color: Pigment Green. HEX triplet: 13, 94 and 46. RGB value is (19,148,70). Sum of RGB (Red+Green+Blue) = 19+148+70=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 148 (58.20% from 255 or 62.45% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 148 - color contains mainly: green. Hex color #139446 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139446 is #EC6BB9. Grayscale: #646464. Windows color (decimal): -15494074 or 4625427. OLE color: 4625427.

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

Color convert

RGB 19 148 70 -
CMYK 0.87 0 0.53 0.42
HSL 143.72º 0.77% 0.33% -
HSV(B) 143.72º 0.87% 0.58% -
XYZ 11.96 21.76 9.36 -
YUV 100.54 110.76 69.84 -
System Red Green Blue C M Y K H S L
Decimal 19 148 70 0.87 0 0.53 0.42 143.72 0.77 0.33
Hex 13 94 46 57 0 35 2A 90 4D 21
Octal 23 224 106 127 0 65 52 220 115 41
Binary 10011 10010100 1000110 1010111 0 110101 101010 10010000 1001101 100001

Color Harmonies of #139446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139446

Black with #139446

Text Example


Text Example

White with #139446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139446; }

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

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

background-color css

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

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

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

border-color css

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

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

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