Html Css Color HEX #13B051 Pigment Green

📋 copy color: '#13B051'

red 19 ◦ green 176 ◦ blue 81

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

Shades of Pigment Green #13B051

Tints of Pigment Green #13B051

RGB

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

 GREEN value IS 176 (69.14% from 255) = 63.77%

 BLUE value IS 81 (32.03% from 255) = 29.35%

R = 6.88%
G = 63.77%
B = 29.35%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#13B051 (or 0x13B051) is known color: Pigment Green. HEX triplet: 13, B0 and 51. RGB value is (19,176,81). Sum of RGB (Red+Green+Blue) = 19+176+81=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 176 (69.14% from 255 or 63.77% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 176 - color contains mainly: green. Hex color #13B051 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13B051 is #EC4FAE. Grayscale: #767676. Windows color (decimal): -15486895 or 5353491. OLE color: 5353491.

HSL color Cylindrical-coordinate representation of color #13B051: hue angle of 143.69º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B051 is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 176 81 -
CMYK 0.89 0 0.54 0.31
HSL 143.69º 0.81% 0.38% -
HSV(B) 143.69º 0.89% 0.69% -
XYZ 17.28 31.78 13.01 -
YUV 118.23 106.99 57.22 -
System Red Green Blue C M Y K H S L
Decimal 19 176 81 0.89 0 0.54 0.31 143.69 0.81 0.38
Hex 13 B0 51 59 0 36 1F 90 51 26
Octal 23 260 121 131 0 66 37 220 121 46
Binary 10011 10110000 1010001 1011001 0 110110 11111 10010000 1010001 100110

Color Harmonies of #13B051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B051

Black with #13B051

Text Example


Text Example

White with #13B051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,176,81); }

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

background-color css

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

 a { background-color: rgb(19,176,81); }

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

border-color css

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

 span { border-color: rgb(19,176,81); }

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