#13983D

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

Shades of Pigment Green #13983D

Tints of Pigment Green #13983D

Color information

#13983D (or 0x13983D) is unknown color: approx Pigment Green. HEX triplet: 13, 98 and 3D. RGB value is (19,152,61). Sum of RGB (Red+Green+Blue) = 19+152+61=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 152 (59.77% from 255 or 65.52% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 152 - color contains mainly: green. Hex color #13983D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13983D is #EC67C2. Grayscale: #666666. Windows color (decimal): -15493059 or 4036627. OLE color: 4036627.

HSL color Cylindrical-coordinate representation of color #13983D: hue angle of 138.95º 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 #13983D is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB1915261-
CMYK0.8700.600.40
HSL138.95º77.78%33.53%-
HSV(B)138.95º87.5%59.61%-
XYZ12.3422.938.19-
YUV101.86104.9468.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.19%
GREEN value IS 152 (59.77% from 255) = 65.52%
BLUE value IS 61 (24.22% from 255) = 26.29%
R=8.19%
G=65.52%
B=26.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal19152610.8700.600.40138.9577.7833.53
Hex13983D5703C288b4e22
Octal23230751270745021311642
Binary100111001100011110110101110111100101000100010111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13983D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13983D; }

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

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

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

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

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

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

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

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