Html Css Color HEX #13953F Pigment Green

📋 copy color: '#13953F'

red 19 ◦ green 149 ◦ blue 63

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

Shades of Pigment Green #13953F

Tints of Pigment Green #13953F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 64.5%

 BLUE value IS 63 (25% from 255) = 27.27%

R = 8.23%
G = 64.5%
B = 27.27%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#13953F (or 0x13953F) is known color: Pigment Green. HEX triplet: 13, 95 and 3F. RGB value is (19,149,63). Sum of RGB (Red+Green+Blue) = 19+149+63=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 149 (58.59% from 255 or 64.50% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 149 - color contains mainly: green. Hex color #13953F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13953F is #EC6AC0. Grayscale: #646464. Windows color (decimal): -15493825 or 4166931. OLE color: 4166931.

HSL color Cylindrical-coordinate representation of color #13953F: hue angle of 140.31º 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 #13953F is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 149 63 -
CMYK 0.87 0 0.58 0.42
HSL 140.31º 0.77% 0.33% -
HSV(B) 140.31º 0.87% 0.58% -
XYZ 11.91 21.99 8.32 -
YUV 100.33 106.93 69.99 -
System Red Green Blue C M Y K H S L
Decimal 19 149 63 0.87 0 0.58 0.42 140.31 0.77 0.33
Hex 13 95 3F 57 0 3A 2A 8C 4D 21
Octal 23 225 77 127 0 72 52 214 115 41
Binary 10011 10010101 111111 1010111 0 111010 101010 10001100 1001101 100001

Color Harmonies of #13953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13953F

Black with #13953F

Text Example


Text Example

White with #13953F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13953F; }

 p { color: rgb(19,149,63); }

 H1.HeaderClassName
 {
   color: #13953F;
 }
 .AnyTagClassName
 {
   color: #13953F;
 }
</style>

background-color css

<style>
 a { background-color: #13953F; }

 a { background-color: rgb(19,149,63); }

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

border-color css

<style>
 span { border-color: #13953F; }

 span { border-color: rgb(19,149,63); }

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