#0D603F

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

Shades of Jewel #0D603F

Tints of Jewel #0D603F

Color information

#0D603F (or 0x0D603F) is unknown color: approx Jewel. HEX triplet: 0D, 60 and 3F. RGB value is (13,96,63). Sum of RGB (Red+Green+Blue) = 13+96+63=172 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.56% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #0D603F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D603F is #F29FC0. Grayscale: #434343. Windows color (decimal): -15900609 or 4153357. OLE color: 4153357.

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

Color convert

RGB139663-
CMYK0.8600.340.62
HSL156.14º76.15%21.37%-
HSV(B)156.14º86.46%37.65%-
XYZ5.258.816.13-
YUV67.42125.589.18-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.56%
GREEN value IS 96 (37.89% from 255) = 55.81%
BLUE value IS 63 (25% from 255) = 36.63%
R=7.56%
G=55.81%
B=36.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1396630.8600.340.62156.1476.1521.37
HexD603F560223E9c4c15
Octal15140771260427623411425
Binary110111000001111111010110010001011111010011100100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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