Html Css Color HEX #139442 Pigment Green

📋 copy color: '#139442'

red 19 ◦ green 148 ◦ blue 66

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

Shades of Pigment Green #139442

Tints of Pigment Green #139442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.33%

R = 8.15%
G = 63.52%
B = 28.33%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#139442 (or 0x139442) is known color: Pigment Green. HEX triplet: 13, 94 and 42. RGB value is (19,148,66). Sum of RGB (Red+Green+Blue) = 19+148+66=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 148 (58.20% from 255 or 63.52% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 148 - color contains mainly: green. Hex color #139442 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139442 is #EC6BBD. Grayscale: #646464. Windows color (decimal): -15494078 or 4363283. OLE color: 4363283.

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

Color convert

RGB 19 148 66 -
CMYK 0.87 0 0.55 0.42
HSL 141.86º 0.77% 0.33% -
HSV(B) 141.86º 0.87% 0.58% -
XYZ 11.84 21.71 8.72 -
YUV 100.08 108.76 70.17 -
System Red Green Blue C M Y K H S L
Decimal 19 148 66 0.87 0 0.55 0.42 141.86 0.77 0.33
Hex 13 94 42 57 0 37 2A 8E 4D 21
Octal 23 224 102 127 0 67 52 216 115 41
Binary 10011 10010100 1000010 1010111 0 110111 101010 10001110 1001101 100001

Color Harmonies of #139442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139442

Black with #139442

Text Example


Text Example

White with #139442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139442; }

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

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

background-color css

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

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

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

border-color css

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

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

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