Html Css Color HEX #139C55 Pigment Green

📋 copy color: '#139C55'

red 19 ◦ green 156 ◦ blue 85

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

Shades of Pigment Green #139C55

Tints of Pigment Green #139C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.69%

R = 7.31%
G = 60%
B = 32.69%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#139C55 (or 0x139C55) is known color: Pigment Green. HEX triplet: 13, 9C and 55. RGB value is (19,156,85). Sum of RGB (Red+Green+Blue) = 19+156+85=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 156 (61.33% from 255 or 60% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 156 - color contains mainly: green. Hex color #139C55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139C55 is #EC63AA. Grayscale: #6B6B6B. Windows color (decimal): -15492011 or 5610515. OLE color: 5610515.

HSL color Cylindrical-coordinate representation of color #139C55: hue angle of 148.91º 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 #139C55 is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 156 85 -
CMYK 0.88 0 0.46 0.39
HSL 148.91º 0.78% 0.34% -
HSV(B) 148.91º 0.88% 0.61% -
XYZ 13.8 24.57 12.61 -
YUV 106.94 115.61 65.27 -
System Red Green Blue C M Y K H S L
Decimal 19 156 85 0.88 0 0.46 0.39 148.91 0.78 0.34
Hex 13 9C 55 58 0 2E 27 95 4E 22
Octal 23 234 125 130 0 56 47 225 116 42
Binary 10011 10011100 1010101 1011000 0 101110 100111 10010101 1001110 100010

Color Harmonies of #139C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139C55

Black with #139C55

Text Example


Text Example

White with #139C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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