Html Css Color HEX #139648 Pigment Green

📋 copy color: '#139648'

red 19 ◦ green 150 ◦ blue 72

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

Shades of Pigment Green #139648

Tints of Pigment Green #139648

RGB

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

 GREEN value IS 150 (58.98% from 255) = 62.24%

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

R = 7.88%
G = 62.24%
B = 29.88%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#139648 (or 0x139648) is known color: Pigment Green. HEX triplet: 13, 96 and 48. RGB value is (19,150,72). Sum of RGB (Red+Green+Blue) = 19+150+72=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 150 (58.98% from 255 or 62.24% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 150 - color contains mainly: green. Hex color #139648 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139648 is #EC69B7. Grayscale: #666666. Windows color (decimal): -15493560 or 4757011. OLE color: 4757011.

HSL color Cylindrical-coordinate representation of color #139648: hue angle of 144.27º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139648 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 150 72 -
CMYK 0.87 0 0.52 0.41
HSL 144.27º 0.78% 0.33% -
HSV(B) 144.27º 0.87% 0.59% -
XYZ 12.34 22.42 9.81 -
YUV 101.94 111.1 68.84 -
System Red Green Blue C M Y K H S L
Decimal 19 150 72 0.87 0 0.52 0.41 144.27 0.78 0.33
Hex 13 96 48 57 0 34 29 90 4E 21
Octal 23 226 110 127 0 64 51 220 116 41
Binary 10011 10010110 1001000 1010111 0 110100 101001 10010000 1001110 100001

Color Harmonies of #139648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139648

Black with #139648

Text Example


Text Example

White with #139648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139648; }

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

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

background-color css

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

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

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

border-color css

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

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

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