#147361

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

Shades of Deep Sea #147361

Tints of Deep Sea #147361

Color information

#147361 (or 0x147361) is unknown color: approx Deep Sea. HEX triplet: 14, 73 and 61. RGB value is (20,115,97). Sum of RGB (Red+Green+Blue) = 20+115+97=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #147361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147361 is #EB8C9E. Grayscale: #545454. Windows color (decimal): -15436959 or 6386452. OLE color: 6386452.

HSL color Cylindrical-coordinate representation of color #147361: hue angle of 168.63º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147361 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB2011597-
CMYK0.8300.160.55
HSL168.63º70.37%26.47%-
HSV(B)168.63º82.61%45.1%-
XYZ8.5813.2713.42-
YUV84.54135.0381.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.62%
GREEN value IS 115 (45.31% from 255) = 49.57%
BLUE value IS 97 (38.28% from 255) = 41.81%
R=8.62%
G=49.57%
B=41.81%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20115970.8300.160.55168.6370.3726.47
Hex1473615301037a9461a
Octal241631411230206725110632
Binary1010011100111100001101001101000011011110101001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147361; }

 p { color: rgb(20,115,97); }

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

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

 a { background-color: rgb(20,115,97); }

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

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

 span { border-color: rgb(20,115,97); }

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