Html Css Color HEX #139852 Pigment Green

📋 copy color: '#139852'

red 19 ◦ green 152 ◦ blue 82

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

Shades of Pigment Green #139852

Tints of Pigment Green #139852

RGB

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

 GREEN value IS 152 (59.77% from 255) = 60.08%

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

R = 7.51%
G = 60.08%
B = 32.41%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#139852 (or 0x139852) is known color: Pigment Green. HEX triplet: 13, 98 and 52. RGB value is (19,152,82). Sum of RGB (Red+Green+Blue) = 19+152+82=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 152 (59.77% from 255 or 60.08% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 152 - color contains mainly: green. Hex color #139852 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139852 is #EC67AD. Grayscale: #686868. Windows color (decimal): -15493038 or 5412883. OLE color: 5412883.

HSL color Cylindrical-coordinate representation of color #139852: hue angle of 148.42º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139852 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 152 82 -
CMYK 0.87 0 0.46 0.40
HSL 148.42º 0.78% 0.34% -
HSV(B) 148.42º 0.88% 0.6% -
XYZ 13.02 23.2 11.78 -
YUV 104.25 115.44 67.19 -
System Red Green Blue C M Y K H S L
Decimal 19 152 82 0.87 0 0.46 0.40 148.42 0.78 0.34
Hex 13 98 52 57 0 2E 28 94 4E 22
Octal 23 230 122 127 0 56 50 224 116 42
Binary 10011 10011000 1010010 1010111 0 101110 101000 10010100 1001110 100010

Color Harmonies of #139852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139852

Black with #139852

Text Example


Text Example

White with #139852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139852; }

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

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

background-color css

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

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

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

border-color css

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

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

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