#139C3F

Color #139C3F Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #139C3F

Tints of Pigment Green #139C3F

Color information

#139C3F (or 0x139C3F) is unknown color: approx Pigment Green. HEX triplet: 13, 9C and 3F. RGB value is (19,156,63). Sum of RGB (Red+Green+Blue) = 19+156+63=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 156 (61.33% from 255 or 65.55% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 156 - color contains mainly: green. Hex color #139C3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139C3F is #EC63C0. Grayscale: #686868. Windows color (decimal): -15492033 or 4168723. OLE color: 4168723.

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

Color convert

RGB1915663-
CMYK0.8800.600.39
HSL139.27º78.29%34.31%-
HSV(B)139.27º87.82%61.18%-
XYZ13.0524.278.7-
YUV104.43104.6167.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.98%
GREEN value IS 156 (61.33% from 255) = 65.55%
BLUE value IS 63 (25% from 255) = 26.47%
R=7.98%
G=65.55%
B=26.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal19156630.8800.600.39139.2778.2934.31
Hex139C3F5803C278b4e22
Octal23234771300744721311642
Binary100111001110011111110110000111100100111100010111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #139C3F;
 }
 .AnyTagClassName
 {
   color: #139C3F;
 }
</style>
background-color css

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

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

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

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

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

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