#20735B

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

Shades of Deep Sea #20735B

Tints of Deep Sea #20735B

Color information

#20735B (or 0x20735B) is unknown color: approx Deep Sea. HEX triplet: 20, 73 and 5B. RGB value is (32,115,91). Sum of RGB (Red+Green+Blue) = 32+115+91=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #20735B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20735B is #DF8CA4. Grayscale: #575757. Windows color (decimal): -14650533 or 5993248. OLE color: 5993248.

HSL color Cylindrical-coordinate representation of color #20735B: hue angle of 162.65º degrees, saturation: 0.56, 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 #20735B is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB3211591-
CMYK0.7200.210.55
HSL162.65º56.46%28.82%-
HSV(B)162.65º72.17%45.1%-
XYZ8.6113.3212.02-
YUV87.4513088.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.45%
GREEN value IS 115 (45.31% from 255) = 48.32%
BLUE value IS 91 (35.94% from 255) = 38.24%
R=13.45%
G=48.32%
B=38.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32115910.7200.210.55162.6556.4628.82
Hex20735B4801537a3381d
Octal40163133110025672437035
Binary1000001110011101101110010000101011101111010001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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