Html Css Color HEX #139652 Pigment Green

📋 copy color: '#139652'

red 19 ◦ green 150 ◦ blue 82

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

Shades of Pigment Green #139652

Tints of Pigment Green #139652

RGB

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

 GREEN value IS 150 (58.98% from 255) = 59.76%

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

R = 7.57%
G = 59.76%
B = 32.67%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#139652 (or 0x139652) is known color: Pigment Green. HEX triplet: 13, 96 and 52. RGB value is (19,150,82). Sum of RGB (Red+Green+Blue) = 19+150+82=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 150 (58.98% from 255 or 59.76% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 150 - color contains mainly: green. Hex color #139652 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139652 is #EC69AD. Grayscale: #676767. Windows color (decimal): -15493550 or 5412371. OLE color: 5412371.

HSL color Cylindrical-coordinate representation of color #139652: hue angle of 148.85º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139652 is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 150 82 -
CMYK 0.87 0 0.45 0.41
HSL 148.86º 0.78% 0.33% -
HSV(B) 148.86º 0.87% 0.59% -
XYZ 12.7 22.56 11.67 -
YUV 103.08 116.1 68.03 -
System Red Green Blue C M Y K H S L
Decimal 19 150 82 0.87 0 0.45 0.41 148.86 0.78 0.33
Hex 13 96 52 57 0 2D 29 95 4E 21
Octal 23 226 122 127 0 55 51 225 116 41
Binary 10011 10010110 1010010 1010111 0 101101 101001 10010101 1001110 100001

Color Harmonies of #139652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139652

Black with #139652

Text Example


Text Example

White with #139652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139652; }

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

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

background-color css

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

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

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

border-color css

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

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

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