#0D6047

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

Shades of Jewel #0D6047

Tints of Jewel #0D6047

Color information

#0D6047 (or 0x0D6047) is unknown color: approx Jewel. HEX triplet: 0D, 60 and 47. RGB value is (13,96,71). Sum of RGB (Red+Green+Blue) = 13+96+71=180 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.22% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #0D6047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D6047 is #F29FB8. Grayscale: #444444. Windows color (decimal): -15900601 or 4677645. OLE color: 4677645.

HSL color Cylindrical-coordinate representation of color #0D6047: hue angle of 161.93º 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 #0D6047 is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB139671-
CMYK0.8600.260.62
HSL161.93º76.15%21.37%-
HSV(B)161.93º86.46%37.65%-
XYZ5.498.917.39-
YUV68.33129.588.53-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.22%
GREEN value IS 96 (37.89% from 255) = 53.33%
BLUE value IS 71 (28.12% from 255) = 39.44%
R=7.22%
G=53.33%
B=39.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1396710.8600.260.62161.9376.1521.37
HexD60475601A3Ea24c15
Octal151401071260327624211425
Binary110111000001000111101011001101011111010100010100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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