Html Css Color HEX #13A13B Pigment Green

📋 copy color: '#13A13B'

red 19 ◦ green 161 ◦ blue 59

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

Shades of Pigment Green #13A13B

Tints of Pigment Green #13A13B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 67.36%

 BLUE value IS 59 (23.44% from 255) = 24.69%

R = 7.95%
G = 67.36%
B = 24.69%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#13A13B (or 0x13A13B) is known color: Pigment Green. HEX triplet: 13, A1 and 3B. RGB value is (19,161,59). Sum of RGB (Red+Green+Blue) = 19+161+59=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 161 (63.28% from 255 or 67.36% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 161 - color contains mainly: green. Hex color #13A13B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A13B is #EC5EC4. Grayscale: #6B6B6B. Windows color (decimal): -15490757 or 3907859. OLE color: 3907859.

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

Color convert

RGB 19 161 59 -
CMYK 0.88 0 0.63 0.37
HSL 136.9º 0.79% 0.35% -
HSV(B) 136.9º 0.88% 0.63% -
XYZ 13.8 25.94 8.42 -
YUV 106.91 100.96 65.29 -
System Red Green Blue C M Y K H S L
Decimal 19 161 59 0.88 0 0.63 0.37 136.9 0.79 0.35
Hex 13 A1 3B 58 0 3F 25 89 4F 23
Octal 23 241 73 130 0 77 45 211 117 43
Binary 10011 10100001 111011 1011000 0 111111 100101 10001001 1001111 100011

Color Harmonies of #13A13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A13B

Black with #13A13B

Text Example


Text Example

White with #13A13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,161,59); }

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

background-color css

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

 a { background-color: rgb(19,161,59); }

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

border-color css

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

 span { border-color: rgb(19,161,59); }

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