#13684E

Color #13684E Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #13684E

Tints of Jewel #13684E

Color information

#13684E (or 0x13684E) is unknown color: approx Jewel. HEX triplet: 13, 68 and 4E. RGB value is (19,104,78). Sum of RGB (Red+Green+Blue) = 19+104+78=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #13684E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13684E is #EC97B1. Grayscale: #4B4B4B. Windows color (decimal): -15505330 or 5138451. OLE color: 5138451.

HSL color Cylindrical-coordinate representation of color #13684E: hue angle of 161.65º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13684E is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB1910478-
CMYK0.8200.250.59
HSL161.65º69.11%24.12%-
HSV(B)161.65º81.73%40.78%-
XYZ6.5910.598.9-
YUV75.62129.3487.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.45%
GREEN value IS 104 (41.02% from 255) = 51.74%
BLUE value IS 78 (30.86% from 255) = 38.81%
R=9.45%
G=51.74%
B=38.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19104780.8200.250.59161.6569.1124.12
Hex13684E520193Ba24518
Octal231501161220317324210530
Binary1001111010001001110101001001100111101110100010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13684E; }

 p { color: rgb(19,104,78); }

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

<style>
 a { background-color: #13684E; }

 a { background-color: rgb(19,104,78); }

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

<style>
 span { border-color: #13684E; }

 span { border-color: rgb(19,104,78); }

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