Html Css Color HEX #13953C Pigment Green

📋 copy color: '#13953C'

red 19 ◦ green 149 ◦ blue 60

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

Shades of Pigment Green #13953C

Tints of Pigment Green #13953C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.32%

R = 8.33%
G = 65.35%
B = 26.32%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#13953C (or 0x13953C) is known color: Pigment Green. HEX triplet: 13, 95 and 3C. RGB value is (19,149,60). Sum of RGB (Red+Green+Blue) = 19+149+60=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 149 (58.59% from 255 or 65.35% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 149 - color contains mainly: green. Hex color #13953C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13953C is #EC6AC3. Grayscale: #646464. Windows color (decimal): -15493828 or 3970323. OLE color: 3970323.

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

Color convert

RGB 19 149 60 -
CMYK 0.87 0 0.60 0.42
HSL 138.92º 0.77% 0.33% -
HSV(B) 138.92º 0.87% 0.58% -
XYZ 11.83 21.96 7.89 -
YUV 99.98 105.43 70.24 -
System Red Green Blue C M Y K H S L
Decimal 19 149 60 0.87 0 0.60 0.42 138.92 0.77 0.33
Hex 13 95 3C 57 0 3C 2A 8B 4D 21
Octal 23 225 74 127 0 74 52 213 115 41
Binary 10011 10010101 111100 1010111 0 111100 101010 10001011 1001101 100001

Color Harmonies of #13953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13953C

Black with #13953C

Text Example


Text Example

White with #13953C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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