#13614B

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

Shades of Jewel #13614B

Tints of Jewel #13614B

Color information

#13614B (or 0x13614B) is unknown color: approx Jewel. HEX triplet: 13, 61 and 4B. RGB value is (19,97,75). Sum of RGB (Red+Green+Blue) = 19+97+75=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #13614B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13614B is #EC9EB4. Grayscale: #474747. Windows color (decimal): -15507125 or 4940051. OLE color: 4940051.

HSL color Cylindrical-coordinate representation of color #13614B: hue angle of 163.08º 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 #13614B is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB199775-
CMYK0.8000.230.62
HSL163.08º67.24%22.75%-
HSV(B)163.08º80.41%38.04%-
XYZ5.819.28.13-
YUV71.17130.1690.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 97 (38.28% from 255) = 50.79%
BLUE value IS 75 (29.69% from 255) = 39.27%
R=9.95%
G=50.79%
B=39.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997750.8000.230.62163.0867.2422.75
Hex13614B500173Ea34317
Octal231411131200277624310327
Binary1001111000011001011101000001011111111010100011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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