Html Css Color HEX #13A53F Pigment Green

📋 copy color: '#13A53F'

red 19 ◦ green 165 ◦ blue 63

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

Shades of Pigment Green #13A53F

Tints of Pigment Green #13A53F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 66.8%

 BLUE value IS 63 (25% from 255) = 25.51%

R = 7.69%
G = 66.8%
B = 25.51%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#13A53F (or 0x13A53F) is known color: Pigment Green. HEX triplet: 13, A5 and 3F. RGB value is (19,165,63). Sum of RGB (Red+Green+Blue) = 19+165+63=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 165 (64.84% from 255 or 66.80% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 165 - color contains mainly: green. Hex color #13A53F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A53F is #EC5AC0. Grayscale: #6D6D6D. Windows color (decimal): -15489729 or 4171027. OLE color: 4171027.

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

Color convert

RGB 19 165 63 -
CMYK 0.88 0 0.62 0.35
HSL 138.08º 0.79% 0.36% -
HSV(B) 138.08º 0.88% 0.65% -
XYZ 14.62 27.41 9.22 -
YUV 109.72 101.63 63.29 -
System Red Green Blue C M Y K H S L
Decimal 19 165 63 0.88 0 0.62 0.35 138.08 0.79 0.36
Hex 13 A5 3F 58 0 3E 23 8A 4F 24
Octal 23 245 77 130 0 76 43 212 117 44
Binary 10011 10100101 111111 1011000 0 111110 100011 10001010 1001111 100100

Color Harmonies of #13A53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A53F

Black with #13A53F

Text Example


Text Example

White with #13A53F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,165,63); }

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

background-color css

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

 a { background-color: rgb(19,165,63); }

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

border-color css

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

 span { border-color: rgb(19,165,63); }

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