Html Css Color HEX #13A352 Pigment Green

📋 copy color: '#13A352'

red 19 ◦ green 163 ◦ blue 82

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

Shades of Pigment Green #13A352

Tints of Pigment Green #13A352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.06%

R = 7.2%
G = 61.74%
B = 31.06%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#13A352 (or 0x13A352) is known color: Pigment Green. HEX triplet: 13, A3 and 52. RGB value is (19,163,82). Sum of RGB (Red+Green+Blue) = 19+163+82=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 163 (64.06% from 255 or 61.74% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 163 - color contains mainly: green. Hex color #13A352 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A352 is #EC5CAD. Grayscale: #6E6E6E. Windows color (decimal): -15490222 or 5415699. OLE color: 5415699.

HSL color Cylindrical-coordinate representation of color #13A352: hue angle of 146.25º 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 #13A352 is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 163 82 -
CMYK 0.88 0 0.50 0.36
HSL 146.25º 0.79% 0.36% -
HSV(B) 146.25º 0.88% 0.64% -
XYZ 14.89 26.94 12.4 -
YUV 110.71 111.79 62.59 -
System Red Green Blue C M Y K H S L
Decimal 19 163 82 0.88 0 0.50 0.36 146.25 0.79 0.36
Hex 13 A3 52 58 0 32 24 92 4F 24
Octal 23 243 122 130 0 62 44 222 117 44
Binary 10011 10100011 1010010 1011000 0 110010 100100 10010010 1001111 100100

Color Harmonies of #13A352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A352

Black with #13A352

Text Example


Text Example

White with #13A352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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