#09845D

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

Shades of Deep Sea #09845D

Tints of Deep Sea #09845D

Color information

#09845D (or 0x09845D) is unknown color: approx Deep Sea. HEX triplet: 09, 84 and 5D. RGB value is (9,132,93). Sum of RGB (Red+Green+Blue) = 9+132+93=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 132 (51.95% from 255 or 56.41% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 132 - color contains mainly: green. Hex color #09845D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09845D is #F67BA2. Grayscale: #5A5A5A. Windows color (decimal): -16153507 or 6128649. OLE color: 6128649.

HSL color Cylindrical-coordinate representation of color #09845D: hue angle of 160.98º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09845D is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB913293-
CMYK0.9300.300.48
HSL160.98º87.23%27.65%-
HSV(B)160.98º93.18%51.76%-
XYZ10.3417.3513.16-
YUV90.78129.2569.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.85%
GREEN value IS 132 (51.95% from 255) = 56.41%
BLUE value IS 93 (36.72% from 255) = 39.74%
R=3.85%
G=56.41%
B=39.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9132930.9300.300.48160.9887.2327.65
Hex9845D5D01E30a1571c
Octal112041351350366024112734
Binary1001100001001011101101110101111011000010100001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09845D; }

 p { color: rgb(9,132,93); }

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

<style>
 a { background-color: #09845D; }

 a { background-color: rgb(9,132,93); }

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

<style>
 span { border-color: #09845D; }

 span { border-color: rgb(9,132,93); }

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