Html Css Color HEX #139C51 Pigment Green

📋 copy color: '#139C51'

red 19 ◦ green 156 ◦ blue 81

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

Shades of Pigment Green #139C51

Tints of Pigment Green #139C51

RGB

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

 GREEN value IS 156 (61.33% from 255) = 60.94%

 BLUE value IS 81 (32.03% from 255) = 31.64%

R = 7.42%
G = 60.94%
B = 31.64%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#139C51 (or 0x139C51) is known color: Pigment Green. HEX triplet: 13, 9C and 51. RGB value is (19,156,81). Sum of RGB (Red+Green+Blue) = 19+156+81=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 156 (61.33% from 255 or 60.94% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 156 - color contains mainly: green. Hex color #139C51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139C51 is #EC63AE. Grayscale: #6A6A6A. Windows color (decimal): -15492015 or 5348371. OLE color: 5348371.

HSL color Cylindrical-coordinate representation of color #139C51: hue angle of 147.15º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139C51 is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 156 81 -
CMYK 0.88 0 0.48 0.39
HSL 147.15º 0.78% 0.34% -
HSV(B) 147.15º 0.88% 0.61% -
XYZ 13.64 24.51 11.8 -
YUV 106.49 113.61 65.6 -
System Red Green Blue C M Y K H S L
Decimal 19 156 81 0.88 0 0.48 0.39 147.15 0.78 0.34
Hex 13 9C 51 58 0 30 27 93 4E 22
Octal 23 234 121 130 0 60 47 223 116 42
Binary 10011 10011100 1010001 1011000 0 110000 100111 10010011 1001110 100010

Color Harmonies of #139C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139C51

Black with #139C51

Text Example


Text Example

White with #139C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139C51; }

 p { color: rgb(19,156,81); }

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

background-color css

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

 a { background-color: rgb(19,156,81); }

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

border-color css

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

 span { border-color: rgb(19,156,81); }

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