Html Css Color HEX #13944C Pigment Green

📋 copy color: '#13944C'

red 19 ◦ green 148 ◦ blue 76

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

Shades of Pigment Green #13944C

Tints of Pigment Green #13944C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 60.91%

 BLUE value IS 76 (30.08% from 255) = 31.28%

R = 7.82%
G = 60.91%
B = 31.28%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#13944C (or 0x13944C) is known color: Pigment Green. HEX triplet: 13, 94 and 4C. RGB value is (19,148,76). Sum of RGB (Red+Green+Blue) = 19+148+76=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 148 (58.20% from 255 or 60.91% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 148 - color contains mainly: green. Hex color #13944C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13944C is #EC6BB3. Grayscale: #656565. Windows color (decimal): -15494068 or 5018643. OLE color: 5018643.

HSL color Cylindrical-coordinate representation of color #13944C: hue angle of 146.51º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13944C is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 148 76 -
CMYK 0.87 0 0.49 0.42
HSL 146.51º 0.77% 0.33% -
HSV(B) 146.51º 0.87% 0.58% -
XYZ 12.16 21.84 10.41 -
YUV 101.22 113.76 69.35 -
System Red Green Blue C M Y K H S L
Decimal 19 148 76 0.87 0 0.49 0.42 146.51 0.77 0.33
Hex 13 94 4C 57 0 31 2A 93 4D 21
Octal 23 224 114 127 0 61 52 223 115 41
Binary 10011 10010100 1001100 1010111 0 110001 101010 10010011 1001101 100001

Color Harmonies of #13944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13944C

Black with #13944C

Text Example


Text Example

White with #13944C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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