Html Css Color HEX #139452 Pigment Green

📋 copy color: '#139452'

red 19 ◦ green 148 ◦ blue 82

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

Shades of Pigment Green #139452

Tints of Pigment Green #139452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.93%

R = 7.63%
G = 59.44%
B = 32.93%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#139452 (or 0x139452) is known color: Pigment Green. HEX triplet: 13, 94 and 52. RGB value is (19,148,82). Sum of RGB (Red+Green+Blue) = 19+148+82=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 148 (58.20% from 255 or 59.44% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 148 - color contains mainly: green. Hex color #139452 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139452 is #EC6BAD. Grayscale: #666666. Windows color (decimal): -15494062 or 5411859. OLE color: 5411859.

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

Color convert

RGB 19 148 82 -
CMYK 0.87 0 0.45 0.42
HSL 149.3º 0.77% 0.33% -
HSV(B) 149.3º 0.87% 0.58% -
XYZ 12.38 21.93 11.56 -
YUV 101.91 116.76 68.87 -
System Red Green Blue C M Y K H S L
Decimal 19 148 82 0.87 0 0.45 0.42 149.3 0.77 0.33
Hex 13 94 52 57 0 2D 2A 95 4D 21
Octal 23 224 122 127 0 55 52 225 115 41
Binary 10011 10010100 1010010 1010111 0 101101 101010 10010101 1001101 100001

Color Harmonies of #139452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139452

Black with #139452

Text Example


Text Example

White with #139452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139452; }

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

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

background-color css

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

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

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

border-color css

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

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

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