#13634C

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

Shades of Jewel #13634C

Tints of Jewel #13634C

Color information

#13634C (or 0x13634C) is unknown color: approx Jewel. HEX triplet: 13, 63 and 4C. RGB value is (19,99,76). Sum of RGB (Red+Green+Blue) = 19+99+76=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #13634C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13634C is #EC9CB3. Grayscale: #484848. Windows color (decimal): -15506612 or 5006099. OLE color: 5006099.

HSL color Cylindrical-coordinate representation of color #13634C: hue angle of 162.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13634C is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB199976-
CMYK0.8100.230.61
HSL162.75º67.8%23.14%-
HSV(B)162.75º80.81%38.82%-
XYZ6.039.588.37-
YUV72.4613089.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.79%
GREEN value IS 99 (39.06% from 255) = 51.03%
BLUE value IS 76 (30.08% from 255) = 39.18%
R=9.79%
G=51.03%
B=39.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1999760.8100.230.61162.7567.823.14
Hex13634C510173Da34417
Octal231431141210277524310427
Binary1001111000111001100101000101011111110110100011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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