#0D6349

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

Shades of Jewel #0D6349

Tints of Jewel #0D6349

Color information

#0D6349 (or 0x0D6349) is unknown color: approx Jewel. HEX triplet: 0D, 63 and 49. RGB value is (13,99,73). Sum of RGB (Red+Green+Blue) = 13+99+73=185 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.03% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #0D6349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6349 is #F29CB6. Grayscale: #464646. Windows color (decimal): -15899831 or 4809485. OLE color: 4809485.

HSL color Cylindrical-coordinate representation of color #0D6349: hue angle of 161.86º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6349 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB139973-
CMYK0.8700.260.61
HSL161.86º76.79%21.96%-
HSV(B)161.86º86.87%38.82%-
XYZ5.839.497.83-
YUV70.32129.5187.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.03%
GREEN value IS 99 (39.06% from 255) = 53.51%
BLUE value IS 73 (28.91% from 255) = 39.46%
R=7.03%
G=53.51%
B=39.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1399730.8700.260.61161.8676.7921.96
HexD63495701A3Da24d16
Octal151431111270327524211526
Binary110111000111001001101011101101011110110100010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D6349; }

 p { color: rgb(13,99,73); }

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

<style>
 a { background-color: #0D6349; }

 a { background-color: rgb(13,99,73); }

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

<style>
 span { border-color: #0D6349; }

 span { border-color: rgb(13,99,73); }

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