Html Css Color HEX #13A342 Pigment Green

📋 copy color: '#13A342'

red 19 ◦ green 163 ◦ blue 66

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

Shades of Pigment Green #13A342

Tints of Pigment Green #13A342

RGB

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

 GREEN value IS 163 (64.06% from 255) = 65.73%

 BLUE value IS 66 (26.17% from 255) = 26.61%

R = 7.66%
G = 65.73%
B = 26.61%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#13A342 (or 0x13A342) is known color: Pigment Green. HEX triplet: 13, A3 and 42. RGB value is (19,163,66). Sum of RGB (Red+Green+Blue) = 19+163+66=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 163 (64.06% from 255 or 65.73% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 163 - color contains mainly: green. Hex color #13A342 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A342 is #EC5CBD. Grayscale: #6D6D6D. Windows color (decimal): -15490238 or 4367123. OLE color: 4367123.

HSL color Cylindrical-coordinate representation of color #13A342: hue angle of 139.58º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A342 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 163 66 -
CMYK 0.88 0 0.60 0.36
HSL 139.58º 0.79% 0.36% -
HSV(B) 139.58º 0.88% 0.64% -
XYZ 14.35 26.73 9.56 -
YUV 108.89 103.79 63.89 -
System Red Green Blue C M Y K H S L
Decimal 19 163 66 0.88 0 0.60 0.36 139.58 0.79 0.36
Hex 13 A3 42 58 0 3C 24 8C 4F 24
Octal 23 243 102 130 0 74 44 214 117 44
Binary 10011 10100011 1000010 1011000 0 111100 100100 10001100 1001111 100100

Color Harmonies of #13A342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A342

Black with #13A342

Text Example


Text Example

White with #13A342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13A342; }

 p { color: rgb(19,163,66); }

 H1.HeaderClassName
 {
   color: #13A342;
 }
 .AnyTagClassName
 {
   color: #13A342;
 }
</style>

background-color css

<style>
 a { background-color: #13A342; }

 a { background-color: rgb(19,163,66); }

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

border-color css

<style>
 span { border-color: #13A342; }

 span { border-color: rgb(19,163,66); }

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