#13B566

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

Shades of Jade #13B566

Tints of Jade #13B566

Color information

#13B566 (or 0x13B566) is unknown color: approx Jade. HEX triplet: 13, B5 and 66. RGB value is (19,181,102). Sum of RGB (Red+Green+Blue) = 19+181+102=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 181 (71.09% from 255 or 59.93% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 181 - color contains mainly: green. Hex color #13B566 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B566 is #EC4A99. Grayscale: #7B7B7B. Windows color (decimal): -15485594 or 6731027. OLE color: 6731027.

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

Color convert

RGB19181102-
CMYK0.9000.440.29
HSL150.74º81%39.22%-
HSV(B)150.74º89.5%70.98%-
XYZ19.1934.1518.15-
YUV123.56115.8353.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.29%
GREEN value IS 181 (71.09% from 255) = 59.93%
BLUE value IS 102 (40.23% from 255) = 33.77%
R=6.29%
G=59.93%
B=33.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal191811020.9000.440.29150.748139.22
Hex13B5665A02C1D975127
Octal232651461320543522712147
Binary100111011010111001101011010010110011101100101111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,181,102); }

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

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

 a { background-color: rgb(19,181,102); }

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

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

 span { border-color: rgb(19,181,102); }

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