#0d8362

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

Shades of Deep Sea #0D8362

Tints of Deep Sea #0D8362

Color information

#0D8362 (or 0x0D8362) is unknown color: approx Deep Sea. HEX triplet: 0D, 83 and 62. RGB value is (13,131,98). Sum of RGB (Red+Green+Blue) = 13+131+98=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #0D8362 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8362 is #F27C9D. Grayscale: #5B5B5B. Windows color (decimal): -15891614 or 6456077. OLE color: 6456077.

HSL color Cylindrical-coordinate representation of color #0D8362: hue angle of 163.22º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8362 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1313198-
CMYK0.9000.250.49
HSL163.22º81.94%28.24%-
HSV(B)163.22º90.08%51.37%-
XYZ10.4917.214.32-
YUV91.96131.4171.68-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.37%
GREEN value IS 131 (51.56% from 255) = 54.13%
BLUE value IS 98 (38.67% from 255) = 40.50%
R=5.37%
G=54.13%
B=40.50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13131980.9000.250.49163.2281.9428.24
HexD83625A01931a3521c
Octal152031421320316124312234
Binary1101100000111100010101101001100111000110100011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d8362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,131,98); }

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

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

 a { background-color: rgb(13,131,98); }

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

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

 span { border-color: rgb(13,131,98); }

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