#13974C

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

Shades of Pigment Green #13974C

Tints of Pigment Green #13974C

Color information

#13974C (or 0x13974C) is unknown color: approx Pigment Green. HEX triplet: 13, 97 and 4C. RGB value is (19,151,76). Sum of RGB (Red+Green+Blue) = 19+151+76=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 151 (59.38% from 255 or 61.38% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 151 - color contains mainly: green. Hex color #13974C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13974C is #EC68B3. Grayscale: #676767. Windows color (decimal): -15493300 or 5019411. OLE color: 5019411.

HSL color Cylindrical-coordinate representation of color #13974C: hue angle of 145.91º 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 #13974C is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB1915176-
CMYK0.8700.500.41
HSL145.91º77.65%33.33%-
HSV(B)145.91º87.42%59.22%-
XYZ12.6422.7910.57-
YUV102.98112.7768.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.72%
GREEN value IS 151 (59.38% from 255) = 61.38%
BLUE value IS 76 (30.08% from 255) = 30.89%
R=7.72%
G=61.38%
B=30.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19151760.8700.500.41145.9177.6533.33
Hex13974C5703229924e21
Octal232271141270625122211641
Binary1001110010111100110010101110110010101001100100101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13974C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13974C; }

 p { color: rgb(19,151,76); }

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

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

 a { background-color: rgb(19,151,76); }

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

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

 span { border-color: rgb(19,151,76); }

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