Html Css Color HEX #13A355 Pigment Green

📋 copy color: '#13A355'

red 19 ◦ green 163 ◦ blue 85

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

Shades of Pigment Green #13A355

Tints of Pigment Green #13A355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.84%

R = 7.12%
G = 61.05%
B = 31.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#13A355 (or 0x13A355) is known color: Pigment Green. HEX triplet: 13, A3 and 55. RGB value is (19,163,85). Sum of RGB (Red+Green+Blue) = 19+163+85=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 163 (64.06% from 255 or 61.05% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 163 - color contains mainly: green. Hex color #13A355 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A355 is #EC5CAA. Grayscale: #6F6F6F. Windows color (decimal): -15490219 or 5612307. OLE color: 5612307.

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

Color convert

RGB 19 163 85 -
CMYK 0.88 0 0.48 0.36
HSL 147.5º 0.79% 0.36% -
HSV(B) 147.5º 0.88% 0.64% -
XYZ 15.01 26.99 13.01 -
YUV 111.05 113.29 62.34 -
System Red Green Blue C M Y K H S L
Decimal 19 163 85 0.88 0 0.48 0.36 147.5 0.79 0.36
Hex 13 A3 55 58 0 30 24 94 4F 24
Octal 23 243 125 130 0 60 44 224 117 44
Binary 10011 10100011 1010101 1011000 0 110000 100100 10010100 1001111 100100

Color Harmonies of #13A355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A355

Black with #13A355

Text Example


Text Example

White with #13A355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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