Html Css Color HEX #13963A Pigment Green

📋 copy color: '#13963A'

red 19 ◦ green 150 ◦ blue 58

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

Shades of Pigment Green #13963A

Tints of Pigment Green #13963A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 66.08%

 BLUE value IS 58 (23.05% from 255) = 25.55%

R = 8.37%
G = 66.08%
B = 25.55%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#13963A (or 0x13963A) is known color: Pigment Green. HEX triplet: 13, 96 and 3A. RGB value is (19,150,58). Sum of RGB (Red+Green+Blue) = 19+150+58=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 150 (58.98% from 255 or 66.08% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 150 - color contains mainly: green. Hex color #13963A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13963A is #EC69C5. Grayscale: #646464. Windows color (decimal): -15493574 or 3839507. OLE color: 3839507.

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

Color convert

RGB 19 150 58 -
CMYK 0.87 0 0.61 0.41
HSL 137.86º 0.78% 0.33% -
HSV(B) 137.86º 0.87% 0.59% -
XYZ 11.94 22.26 7.67 -
YUV 100.34 104.1 69.98 -
System Red Green Blue C M Y K H S L
Decimal 19 150 58 0.87 0 0.61 0.41 137.86 0.78 0.33
Hex 13 96 3A 57 0 3D 29 8A 4E 21
Octal 23 226 72 127 0 75 51 212 116 41
Binary 10011 10010110 111010 1010111 0 111101 101001 10001010 1001110 100001

Color Harmonies of #13963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13963A

Black with #13963A

Text Example


Text Example

White with #13963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13963A; }

 p { color: rgb(19,150,58); }

 H1.HeaderClassName
 {
   color: #13963A;
 }
 .AnyTagClassName
 {
   color: #13963A;
 }
</style>

background-color css

<style>
 a { background-color: #13963A; }

 a { background-color: rgb(19,150,58); }

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

border-color css

<style>
 span { border-color: #13963A; }

 span { border-color: rgb(19,150,58); }

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