#0D845A

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

Shades of Deep Sea #0D845A

Tints of Deep Sea #0D845A

Color information

#0D845A (or 0x0D845A) is unknown color: approx Deep Sea. HEX triplet: 0D, 84 and 5A. RGB value is (13,132,90). Sum of RGB (Red+Green+Blue) = 13+132+90=235 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.53% from 235); Green value is 132 (51.95% from 255 or 56.17% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 132 - color contains mainly: green. Hex color #0D845A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D845A is #F27BA5. Grayscale: #5B5B5B. Windows color (decimal): -15891366 or 5932045. OLE color: 5932045.

HSL color Cylindrical-coordinate representation of color #0D845A: hue angle of 158.82º 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 #0D845A is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1313290-
CMYK0.9000.320.48
HSL158.82º82.07%28.43%-
HSV(B)158.82º90.15%51.76%-
XYZ10.2617.3312.48-
YUV91.63127.0871.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.53%
GREEN value IS 132 (51.95% from 255) = 56.17%
BLUE value IS 90 (35.55% from 255) = 38.30%
R=5.53%
G=56.17%
B=38.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13132900.9000.320.48158.8282.0728.43
HexD845A5A020309f521c
Octal152041321320406023712234
Binary11011000010010110101011010010000011000010011111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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