#13694D

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

Shades of Jewel #13694D

Tints of Jewel #13694D

Color information

#13694D (or 0x13694D) is unknown color: approx Jewel. HEX triplet: 13, 69 and 4D. RGB value is (19,105,77). Sum of RGB (Red+Green+Blue) = 19+105+77=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #13694D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13694D is #EC96B2. Grayscale: #4C4C4C. Windows color (decimal): -15505075 or 5073171. OLE color: 5073171.

HSL color Cylindrical-coordinate representation of color #13694D: hue angle of 160.47º 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 #13694D is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1910577-
CMYK0.8200.270.59
HSL160.47º69.35%24.31%-
HSV(B)160.47º81.9%41.18%-
XYZ6.6610.788.75-
YUV76.09128.5187.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.45%
GREEN value IS 105 (41.41% from 255) = 52.24%
BLUE value IS 77 (30.47% from 255) = 38.31%
R=9.45%
G=52.24%
B=38.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19105770.8200.270.59160.4769.3524.31
Hex13694D5201B3Ba04518
Octal231511151220337324010530
Binary1001111010011001101101001001101111101110100000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13694D; }

 p { color: rgb(19,105,77); }

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

<style>
 a { background-color: #13694D; }

 a { background-color: rgb(19,105,77); }

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

<style>
 span { border-color: #13694D; }

 span { border-color: rgb(19,105,77); }

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