Html Css Color HEX #13A752 Pigment Green

📋 copy color: '#13A752'

red 19 ◦ green 167 ◦ blue 82

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

Shades of Pigment Green #13A752

Tints of Pigment Green #13A752

RGB

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

 GREEN value IS 167 (65.63% from 255) = 62.31%

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

R = 7.09%
G = 62.31%
B = 30.6%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#13A752 (or 0x13A752) is known color: Pigment Green. HEX triplet: 13, A7 and 52. RGB value is (19,167,82). Sum of RGB (Red+Green+Blue) = 19+167+82=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 167 (65.62% from 255 or 62.31% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 167 - color contains mainly: green. Hex color #13A752 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A752 is #EC58AD. Grayscale: #717171. Windows color (decimal): -15489198 or 5416723. OLE color: 5416723.

HSL color Cylindrical-coordinate representation of color #13A752: hue angle of 145.54º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A752 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 167 82 -
CMYK 0.89 0 0.51 0.35
HSL 145.54º 0.8% 0.36% -
HSV(B) 145.54º 0.89% 0.65% -
XYZ 15.61 28.39 12.64 -
YUV 113.06 110.47 60.91 -
System Red Green Blue C M Y K H S L
Decimal 19 167 82 0.89 0 0.51 0.35 145.54 0.8 0.36
Hex 13 A7 52 59 0 33 23 92 50 24
Octal 23 247 122 131 0 63 43 222 120 44
Binary 10011 10100111 1010010 1011001 0 110011 100011 10010010 1010000 100100

Color Harmonies of #13A752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A752

Black with #13A752

Text Example


Text Example

White with #13A752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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