Html Css Color HEX #139448 Pigment Green

📋 copy color: '#139448'

red 19 ◦ green 148 ◦ blue 72

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

Shades of Pigment Green #139448

Tints of Pigment Green #139448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.13%

R = 7.95%
G = 61.92%
B = 30.13%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#139448 (or 0x139448) is known color: Pigment Green. HEX triplet: 13, 94 and 48. RGB value is (19,148,72). Sum of RGB (Red+Green+Blue) = 19+148+72=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 148 (58.20% from 255 or 61.92% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 148 - color contains mainly: green. Hex color #139448 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139448 is #EC6BB7. Grayscale: #646464. Windows color (decimal): -15494072 or 4756499. OLE color: 4756499.

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

Color convert

RGB 19 148 72 -
CMYK 0.87 0 0.51 0.42
HSL 144.65º 0.77% 0.33% -
HSV(B) 144.65º 0.87% 0.58% -
XYZ 12.03 21.79 9.7 -
YUV 100.77 111.76 69.68 -
System Red Green Blue C M Y K H S L
Decimal 19 148 72 0.87 0 0.51 0.42 144.65 0.77 0.33
Hex 13 94 48 57 0 33 2A 91 4D 21
Octal 23 224 110 127 0 63 52 221 115 41
Binary 10011 10010100 1001000 1010111 0 110011 101010 10010001 1001101 100001

Color Harmonies of #139448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139448

Black with #139448

Text Example


Text Example

White with #139448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139448; }

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

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

background-color css

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

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

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

border-color css

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

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

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