Html Css Color HEX #13B464 Jade

📋 copy color: '#13B464'

red 19 ◦ green 180 ◦ blue 100

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

Shades of Jade #13B464

Tints of Jade #13B464

RGB

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

 GREEN value IS 180 (70.7% from 255) = 60.2%

 BLUE value IS 100 (39.45% from 255) = 33.44%

R = 6.35%
G = 60.2%
B = 33.44%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#13B464 (or 0x13B464) is known color: Jade. HEX triplet: 13, B4 and 64. RGB value is (19,180,100). Sum of RGB (Red+Green+Blue) = 19+180+100=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 180 (70.70% from 255 or 60.20% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 180 - color contains mainly: green. Hex color #13B464 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B464 is #EC4B9B. Grayscale: #7A7A7A. Windows color (decimal): -15485852 or 6599699. OLE color: 6599699.

HSL color Cylindrical-coordinate representation of color #13B464: hue angle of 150.19º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B464 is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 180 100 -
CMYK 0.89 0 0.44 0.29
HSL 150.19º 0.81% 0.39% -
HSV(B) 150.19º 0.89% 0.71% -
XYZ 18.89 33.7 17.57 -
YUV 122.74 115.16 54 -
System Red Green Blue C M Y K H S L
Decimal 19 180 100 0.89 0 0.44 0.29 150.19 0.81 0.39
Hex 13 B4 64 59 0 2C 1D 96 51 27
Octal 23 264 144 131 0 54 35 226 121 47
Binary 10011 10110100 1100100 1011001 0 101100 11101 10010110 1010001 100111

Color Harmonies of #13B464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B464

Black with #13B464

Text Example


Text Example

White with #13B464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,180,100); }

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

background-color css

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

 a { background-color: rgb(19,180,100); }

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

border-color css

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

 span { border-color: rgb(19,180,100); }

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