#13B360

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

Shades of Jade #13B360

Tints of Jade #13B360

Color information

#13B360 (or 0x13B360) is unknown color: approx Jade. HEX triplet: 13, B3 and 60. RGB value is (19,179,96). Sum of RGB (Red+Green+Blue) = 19+179+96=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 179 (70.31% from 255 or 60.88% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 179 - color contains mainly: green. Hex color #13B360 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13B360 is #EC4C9F. Grayscale: #797979. Windows color (decimal): -15486112 or 6337299. OLE color: 6337299.

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

Color convert

RGB1917996-
CMYK0.8900.460.30
HSL148.88º80.81%38.82%-
HSV(B)148.88º89.39%70.2%-
XYZ18.533.2216.5-
YUV121.7113.4954.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.46%
GREEN value IS 179 (70.31% from 255) = 60.88%
BLUE value IS 96 (37.89% from 255) = 32.65%
R=6.46%
G=60.88%
B=32.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal19179960.8900.460.30148.8880.8138.82
Hex13B3605902E1E955127
Octal232631401310563622512147
Binary100111011001111000001011001010111011110100101011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,179,96); }

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

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

 a { background-color: rgb(19,179,96); }

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

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

 span { border-color: rgb(19,179,96); }

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