#0D6046

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

Shades of Jewel #0D6046

Tints of Jewel #0D6046

Color information

#0D6046 (or 0x0D6046) is unknown color: approx Jewel. HEX triplet: 0D, 60 and 46. RGB value is (13,96,70). Sum of RGB (Red+Green+Blue) = 13+96+70=179 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.26% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 70 (27.73% from 255 or 39.11% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #0D6046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6046 is #F29FB9. Grayscale: #444444. Windows color (decimal): -15900602 or 4612109. OLE color: 4612109.

HSL color Cylindrical-coordinate representation of color #0D6046: hue angle of 161.2º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D6046 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB139670-
CMYK0.8600.270.62
HSL161.2º76.15%21.37%-
HSV(B)161.2º86.46%37.65%-
XYZ5.458.897.22-
YUV68.2212988.61-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.26%
GREEN value IS 96 (37.89% from 255) = 53.63%
BLUE value IS 70 (27.73% from 255) = 39.11%
R=7.26%
G=53.63%
B=39.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1396700.8600.270.62161.276.1521.37
HexD60465601B3Ea14c15
Octal151401061260337624111425
Binary110111000001000110101011001101111111010100001100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,96,70); }

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

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

 a { background-color: rgb(13,96,70); }

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

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

 span { border-color: rgb(13,96,70); }

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