Html Css Color HEX #13B763 Jade

📋 copy color: '#13B763'

red 19 ◦ green 183 ◦ blue 99

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

Shades of Jade #13B763

Tints of Jade #13B763

RGB

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

 GREEN value IS 183 (71.88% from 255) = 60.8%

 BLUE value IS 99 (39.06% from 255) = 32.89%

R = 6.31%
G = 60.8%
B = 32.89%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#13B763 (or 0x13B763) is known color: Jade. HEX triplet: 13, B7 and 63. RGB value is (19,183,99). Sum of RGB (Red+Green+Blue) = 19+183+99=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 183 (71.88% from 255 or 60.80% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 183 - color contains mainly: green. Hex color #13B763 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B763 is #EC489C. Grayscale: #7C7C7C. Windows color (decimal): -15485085 or 6534931. OLE color: 6534931.

HSL color Cylindrical-coordinate representation of color #13B763: hue angle of 149.27º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B763 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB 19 183 99 -
CMYK 0.90 0 0.46 0.28
HSL 149.27º 0.81% 0.4% -
HSV(B) 149.27º 0.9% 0.72% -
XYZ 19.45 34.91 17.52 -
YUV 124.39 113.67 52.83 -
System Red Green Blue C M Y K H S L
Decimal 19 183 99 0.90 0 0.46 0.28 149.27 0.81 0.4
Hex 13 B7 63 5A 0 2E 1C 95 51 28
Octal 23 267 143 132 0 56 34 225 121 50
Binary 10011 10110111 1100011 1011010 0 101110 11100 10010101 1010001 101000

Color Harmonies of #13B763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B763

Black with #13B763

Text Example


Text Example

White with #13B763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,183,99); }

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

background-color css

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

 a { background-color: rgb(19,183,99); }

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

border-color css

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

 span { border-color: rgb(19,183,99); }

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