Html Css Color HEX #13993D Pigment Green

📋 copy color: '#13993D'

red 19 ◦ green 153 ◦ blue 61

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

Shades of Pigment Green #13993D

Tints of Pigment Green #13993D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 65.67%

 BLUE value IS 61 (24.22% from 255) = 26.18%

R = 8.15%
G = 65.67%
B = 26.18%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.60

 K value IS 0.4

RGB Variations

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

Color information

#13993D (or 0x13993D) is known color: Pigment Green. HEX triplet: 13, 99 and 3D. RGB value is (19,153,61). Sum of RGB (Red+Green+Blue) = 19+153+61=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 153 (60.16% from 255 or 65.67% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 153 - color contains mainly: green. Hex color #13993D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13993D is #EC66C2. Grayscale: #666666. Windows color (decimal): -15492803 or 4036883. OLE color: 4036883.

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

Color convert

RGB 19 153 61 -
CMYK 0.88 0 0.60 0.4
HSL 138.81º 0.78% 0.34% -
HSV(B) 138.81º 0.88% 0.6% -
XYZ 12.5 23.26 8.25 -
YUV 102.45 104.61 68.48 -
System Red Green Blue C M Y K H S L
Decimal 19 153 61 0.88 0 0.60 0.4 138.81 0.78 0.34
Hex 13 99 3D 58 0 3C 28 8B 4E 22
Octal 23 231 75 130 0 74 50 213 116 42
Binary 10011 10011001 111101 1011000 0 111100 101000 10001011 1001110 100010

Color Harmonies of #13993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13993D

Black with #13993D

Text Example


Text Example

White with #13993D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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