Html Css Color HEX #139541 Pigment Green

📋 copy color: '#139541'

red 19 ◦ green 149 ◦ blue 65

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

Shades of Pigment Green #139541

Tints of Pigment Green #139541

RGB

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

 GREEN value IS 149 (58.59% from 255) = 63.95%

 BLUE value IS 65 (25.78% from 255) = 27.9%

R = 8.15%
G = 63.95%
B = 27.9%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#139541 (or 0x139541) is known color: Pigment Green. HEX triplet: 13, 95 and 41. RGB value is (19,149,65). Sum of RGB (Red+Green+Blue) = 19+149+65=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 149 (58.59% from 255 or 63.95% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 149 - color contains mainly: green. Hex color #139541 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139541 is #EC6ABE. Grayscale: #646464. Windows color (decimal): -15493823 or 4298003. OLE color: 4298003.

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

Color convert

RGB 19 149 65 -
CMYK 0.87 0 0.56 0.42
HSL 141.23º 0.77% 0.33% -
HSV(B) 141.23º 0.87% 0.58% -
XYZ 11.97 22.02 8.62 -
YUV 100.55 107.93 69.83 -
System Red Green Blue C M Y K H S L
Decimal 19 149 65 0.87 0 0.56 0.42 141.23 0.77 0.33
Hex 13 95 41 57 0 38 2A 8D 4D 21
Octal 23 225 101 127 0 70 52 215 115 41
Binary 10011 10010101 1000001 1010111 0 111000 101010 10001101 1001101 100001

Color Harmonies of #139541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139541

Black with #139541

Text Example


Text Example

White with #139541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139541; }

 p { color: rgb(19,149,65); }

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

background-color css

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

 a { background-color: rgb(19,149,65); }

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

border-color css

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

 span { border-color: rgb(19,149,65); }

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