Html Css Color HEX #20775D Deep Sea

📋 copy color: '#20775D'

red 32 ◦ green 119 ◦ blue 93

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

Shades of Deep Sea #20775D

Tints of Deep Sea #20775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.77%

 BLUE value IS 93 (36.72% from 255) = 38.11%

R = 13.11%
G = 48.77%
B = 38.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#20775D (or 0x20775D) is known color: Deep Sea. HEX triplet: 20, 77 and 5D. RGB value is (32,119,93). Sum of RGB (Red+Green+Blue) = 32+119+93=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 119 (46.88% from 255 or 48.77% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 119 - color contains mainly: green. Hex color #20775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20775D is #DF88A2. Grayscale: #5A5A5A. Windows color (decimal): -14649507 or 6125344. OLE color: 6125344.

HSL color Cylindrical-coordinate representation of color #20775D: hue angle of 162.07º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20775D is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 119 93 -
CMYK 0.73 0 0.22 0.53
HSL 162.07º 0.58% 0.3% -
HSV(B) 162.07º 0.73% 0.47% -
XYZ 9.17 14.29 12.63 -
YUV 90.02 129.68 86.61 -
System Red Green Blue C M Y K H S L
Decimal 32 119 93 0.73 0 0.22 0.53 162.07 0.58 0.3
Hex 20 77 5D 49 0 16 35 A2 3A 1E
Octal 40 167 135 111 0 26 65 242 72 36
Binary 100000 1110111 1011101 1001001 0 10110 110101 10100010 111010 11110

Color Harmonies of #20775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20775D

Black with #20775D

Text Example


Text Example

White with #20775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20775D; }

 p { color: rgb(32,119,93); }

 H1.HeaderClassName
 {
   color: #20775D;
 }
 .AnyTagClassName
 {
   color: #20775D;
 }
</style>

background-color css

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

 a { background-color: rgb(32,119,93); }

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

border-color css

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

 span { border-color: rgb(32,119,93); }

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