#20745B

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

Shades of Deep Sea #20745B

Tints of Deep Sea #20745B

Color information

#20745B (or 0x20745B) is unknown color: approx Deep Sea. HEX triplet: 20, 74 and 5B. RGB value is (32,116,91). Sum of RGB (Red+Green+Blue) = 32+116+91=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #20745B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20745B is #DF8BA4. Grayscale: #585858. Windows color (decimal): -14650277 or 5993504. OLE color: 5993504.

HSL color Cylindrical-coordinate representation of color #20745B: hue angle of 162.14º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20745B is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB3211691-
CMYK0.7200.220.55
HSL162.14º56.76%29.02%-
HSV(B)162.14º72.41%45.49%-
XYZ8.7313.5512.05-
YUV88.03129.6788.03-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.39%
GREEN value IS 116 (45.70% from 255) = 48.54%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=13.39%
G=48.54%
B=38.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32116910.7200.220.55162.1456.7629.02
Hex20745B4801637a2391d
Octal40164133110026672427135
Binary1000001110100101101110010000101101101111010001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20745B; }

 p { color: rgb(32,116,91); }

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

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

 a { background-color: rgb(32,116,91); }

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

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

 span { border-color: rgb(32,116,91); }

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