#13694C

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

Shades of Jewel #13694C

Tints of Jewel #13694C

Color information

#13694C (or 0x13694C) is unknown color: approx Jewel. HEX triplet: 13, 69 and 4C. RGB value is (19,105,76). Sum of RGB (Red+Green+Blue) = 19+105+76=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 105 (41.41% from 255 or 52.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 105 - color contains mainly: green. Hex color #13694C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13694C is #EC96B3. Grayscale: #4C4C4C. Windows color (decimal): -15505076 or 5007635. OLE color: 5007635.

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

Color convert

RGB1910576-
CMYK0.8200.280.59
HSL159.77º69.35%24.31%-
HSV(B)159.77º81.9%41.18%-
XYZ6.6210.768.57-
YUV75.98128.0187.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.5%
GREEN value IS 105 (41.41% from 255) = 52.5%
BLUE value IS 76 (30.08% from 255) = 38%
R=9.5%
G=52.5%
B=38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19105760.8200.280.59159.7769.3524.31
Hex13694C5201C3Ba04518
Octal231511141220347324010530
Binary1001111010011001100101001001110011101110100000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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