#20735A

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

Shades of Deep Sea #20735A

Tints of Deep Sea #20735A

Color information

#20735A (or 0x20735A) is unknown color: approx Deep Sea. HEX triplet: 20, 73 and 5A. RGB value is (32,115,90). Sum of RGB (Red+Green+Blue) = 32+115+90=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #20735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20735A is #DF8CA5. Grayscale: #575757. Windows color (decimal): -14650534 or 5927712. OLE color: 5927712.

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

Color convert

RGB3211590-
CMYK0.7200.220.55
HSL161.93º56.46%28.82%-
HSV(B)161.93º72.17%45.1%-
XYZ8.5713.3111.79-
YUV87.33129.588.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.50%
GREEN value IS 115 (45.31% from 255) = 48.52%
BLUE value IS 90 (35.55% from 255) = 37.97%
R=13.50%
G=48.52%
B=37.97%

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
Decimal32115900.7200.220.55161.9356.4628.82
Hex20735A4801637a2381d
Octal40163132110026672427035
Binary1000001110011101101010010000101101101111010001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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