Html Css Color HEX #20745C Deep Sea

📋 copy color: '#20745C'

red 32 ◦ green 116 ◦ blue 92

#20745C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #20745C

Tints of Deep Sea #20745C

RGB

 RED value IS 32 (12.89% from 255) = 13.33%

 GREEN value IS 116 (45.7% from 255) = 48.33%

 BLUE value IS 92 (36.33% from 255) = 38.33%

R = 13.33%
G = 48.33%
B = 38.33%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#20745C (or 0x20745C) is known color: Deep Sea. HEX triplet: 20, 74 and 5C. RGB value is (32,116,92). Sum of RGB (Red+Green+Blue) = 32+116+92=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #20745C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20745C is #DF8BA3. Grayscale: #585858. Windows color (decimal): -14650276 or 6059040. OLE color: 6059040.

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

Color convert

RGB 32 116 92 -
CMYK 0.72 0 0.21 0.55
HSL 162.86º 0.57% 0.29% -
HSV(B) 162.86º 0.72% 0.45% -
XYZ 8.77 13.57 12.28 -
YUV 88.15 130.17 87.95 -
System Red Green Blue C M Y K H S L
Decimal 32 116 92 0.72 0 0.21 0.55 162.86 0.57 0.29
Hex 20 74 5C 48 0 15 37 A3 39 1D
Octal 40 164 134 110 0 25 67 243 71 35
Binary 100000 1110100 1011100 1001000 0 10101 110111 10100011 111001 11101

Color Harmonies of #20745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20745C

Black with #20745C

Text Example


Text Example

White with #20745C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20745C;
 }
 .AnyTagClassName
 {
   color: #20745C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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