#0D845B

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

Shades of Deep Sea #0D845B

Tints of Deep Sea #0D845B

Color information

#0D845B (or 0x0D845B) is unknown color: approx Deep Sea. HEX triplet: 0D, 84 and 5B. RGB value is (13,132,91). Sum of RGB (Red+Green+Blue) = 13+132+91=236 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.51% from 236); Green value is 132 (51.95% from 255 or 55.93% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 132 - color contains mainly: green. Hex color #0D845B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D845B is #F27BA4. Grayscale: #5B5B5B. Windows color (decimal): -15891365 or 5997581. OLE color: 5997581.

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

Color convert

RGB1313291-
CMYK0.9000.310.48
HSL159.33º82.07%28.43%-
HSV(B)159.33º90.15%51.76%-
XYZ10.3117.3412.7-
YUV91.74127.5871.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.51%
GREEN value IS 132 (51.95% from 255) = 55.93%
BLUE value IS 91 (35.94% from 255) = 38.56%
R=5.51%
G=55.93%
B=38.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13132910.9000.310.48159.3382.0728.43
HexD845B5A01F309f521c
Octal152041331320376023712234
Binary1101100001001011011101101001111111000010011111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,132,91); }

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

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

 a { background-color: rgb(13,132,91); }

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

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

 span { border-color: rgb(13,132,91); }

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