#13855F

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

Shades of Deep Sea #13855F

Tints of Deep Sea #13855F

Color information

#13855F (or 0x13855F) is unknown color: approx Deep Sea. HEX triplet: 13, 85 and 5F. RGB value is (19,133,95). Sum of RGB (Red+Green+Blue) = 19+133+95=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #13855F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13855F is #EC7AA0. Grayscale: #5E5E5E. Windows color (decimal): -15497889 or 6259987. OLE color: 6259987.

HSL color Cylindrical-coordinate representation of color #13855F: hue angle of 160º 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 #13855F is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1913395-
CMYK0.8600.290.48
HSL160º75%29.8%-
HSV(B)160º85.71%52.16%-
XYZ10.7217.7413.69-
YUV94.58128.2374.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.69%
GREEN value IS 133 (52.34% from 255) = 53.85%
BLUE value IS 95 (37.5% from 255) = 38.46%
R=7.69%
G=53.85%
B=38.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19133950.8600.290.481607529.8
Hex13855F5601D30a04b1e
Octal232051371260356024011336
Binary10011100001011011111101011001110111000010100000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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