#13B470

Color #13B470 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #13B470

Tints of Jade #13B470

Color information

#13B470 (or 0x13B470) is unknown color: approx Jade. HEX triplet: 13, B4 and 70. RGB value is (19,180,112). Sum of RGB (Red+Green+Blue) = 19+180+112=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 180 (70.70% from 255 or 57.88% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 180 - color contains mainly: green. Hex color #13B470 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B470 is #EC4B8F. Grayscale: #7C7C7C. Windows color (decimal): -15485840 or 7386131. OLE color: 7386131.

HSL color Cylindrical-coordinate representation of color #13B470: hue angle of 154.66º 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 #13B470 is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB19180112-
CMYK0.8900.380.29
HSL154.66º80.9%39.02%-
HSV(B)154.66º89.44%70.59%-
XYZ19.5133.9520.85-
YUV124.11121.1653.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.11%
GREEN value IS 180 (70.70% from 255) = 57.88%
BLUE value IS 112 (44.14% from 255) = 36.01%
R=6.11%
G=57.88%
B=36.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal191801120.8900.380.29154.6680.939.02
Hex13B470590261D9b5127
Octal232641601310463523312147
Binary100111011010011100001011001010011011101100110111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13B470;
 }
 .AnyTagClassName
 {
   color: #13B470;
 }
</style>
background-color css

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

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

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

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

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

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