#13694E

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

Shades of Jewel #13694E

Tints of Jewel #13694E

Color information

#13694E (or 0x13694E) is unknown color: approx Jewel. HEX triplet: 13, 69 and 4E. RGB value is (19,105,78). Sum of RGB (Red+Green+Blue) = 19+105+78=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 105 (41.41% from 255 or 51.98% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 105 - color contains mainly: green. Hex color #13694E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13694E is #EC96B1. Grayscale: #4C4C4C. Windows color (decimal): -15505074 or 5138707. OLE color: 5138707.

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

Color convert

RGB1910578-
CMYK0.8200.260.59
HSL161.16º69.35%24.31%-
HSV(B)161.16º81.9%41.18%-
XYZ6.710.798.94-
YUV76.21129.0187.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.41%
GREEN value IS 105 (41.41% from 255) = 51.98%
BLUE value IS 78 (30.86% from 255) = 38.61%
R=9.41%
G=51.98%
B=38.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19105780.8200.260.59161.1669.3524.31
Hex13694E5201A3Ba14518
Octal231511161220327324110530
Binary1001111010011001110101001001101011101110100001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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