#13845F

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

Shades of Deep Sea #13845F

Tints of Deep Sea #13845F

Color information

#13845F (or 0x13845F) is unknown color: approx Deep Sea. HEX triplet: 13, 84 and 5F. RGB value is (19,132,95). Sum of RGB (Red+Green+Blue) = 19+132+95=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #13845F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13845F is #EC7BA0. Grayscale: #5E5E5E. Windows color (decimal): -15498145 or 6259731. OLE color: 6259731.

HSL color Cylindrical-coordinate representation of color #13845F: hue angle of 160.35º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13845F is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB1913295-
CMYK0.8600.280.48
HSL160.35º74.83%29.61%-
HSV(B)160.35º85.61%51.76%-
XYZ10.5917.4713.64-
YUV93.99128.5674.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.72%
GREEN value IS 132 (51.95% from 255) = 53.66%
BLUE value IS 95 (37.5% from 255) = 38.62%
R=7.72%
G=53.66%
B=38.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19132950.8600.280.48160.3574.8329.61
Hex13845F5601C30a04b1e
Octal232041371260346024011336
Binary10011100001001011111101011001110011000010100000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13845F; }

 p { color: rgb(19,132,95); }

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

<style>
 a { background-color: #13845F; }

 a { background-color: rgb(19,132,95); }

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

<style>
 span { border-color: #13845F; }

 span { border-color: rgb(19,132,95); }

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