Html Css Color HEX #139C45 Pigment Green

📋 copy color: '#139C45'

red 19 ◦ green 156 ◦ blue 69

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

Shades of Pigment Green #139C45

Tints of Pigment Green #139C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 28.28%

R = 7.79%
G = 63.93%
B = 28.28%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#139C45 (or 0x139C45) is known color: Pigment Green. HEX triplet: 13, 9C and 45. RGB value is (19,156,69). Sum of RGB (Red+Green+Blue) = 19+156+69=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 156 (61.33% from 255 or 63.93% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 156 - color contains mainly: green. Hex color #139C45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139C45 is #EC63BA. Grayscale: #696969. Windows color (decimal): -15492027 or 4561939. OLE color: 4561939.

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

Color convert

RGB 19 156 69 -
CMYK 0.88 0 0.56 0.39
HSL 141.9º 0.78% 0.34% -
HSV(B) 141.9º 0.88% 0.61% -
XYZ 13.23 24.35 9.63 -
YUV 105.12 107.61 66.57 -
System Red Green Blue C M Y K H S L
Decimal 19 156 69 0.88 0 0.56 0.39 141.9 0.78 0.34
Hex 13 9C 45 58 0 38 27 8E 4E 22
Octal 23 234 105 130 0 70 47 216 116 42
Binary 10011 10011100 1000101 1011000 0 111000 100111 10001110 1001110 100010

Color Harmonies of #139C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139C45

Black with #139C45

Text Example


Text Example

White with #139C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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