#13614C

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

Shades of Jewel #13614C

Tints of Jewel #13614C

Color information

#13614C (or 0x13614C) is unknown color: approx Jewel. HEX triplet: 13, 61 and 4C. RGB value is (19,97,76). Sum of RGB (Red+Green+Blue) = 19+97+76=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #13614C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13614C is #EC9EB3. Grayscale: #474747. Windows color (decimal): -15507124 or 5005587. OLE color: 5005587.

HSL color Cylindrical-coordinate representation of color #13614C: hue angle of 163.85º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13614C is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB199776-
CMYK0.8000.220.62
HSL163.85º67.24%22.75%-
HSV(B)163.85º80.41%38.04%-
XYZ5.859.218.31-
YUV71.28130.6690.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.90%
GREEN value IS 97 (38.28% from 255) = 50.52%
BLUE value IS 76 (30.08% from 255) = 39.58%
R=9.90%
G=50.52%
B=39.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997760.8000.220.62163.8567.2422.75
Hex13614C500163Ea44317
Octal231411141200267624410327
Binary1001111000011001100101000001011011111010100100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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