Html Css Color HEX #20775F Deep Sea

📋 copy color: '#20775F'

red 32 ◦ green 119 ◦ blue 95

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

Shades of Deep Sea #20775F

Tints of Deep Sea #20775F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.62%

R = 13.01%
G = 48.37%
B = 38.62%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#20775F (or 0x20775F) is known color: Deep Sea. HEX triplet: 20, 77 and 5F. RGB value is (32,119,95). Sum of RGB (Red+Green+Blue) = 32+119+95=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #20775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20775F is #DF88A0. Grayscale: #5A5A5A. Windows color (decimal): -14649505 or 6256416. OLE color: 6256416.

HSL color Cylindrical-coordinate representation of color #20775F: hue angle of 163.45º 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 #20775F is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 119 95 -
CMYK 0.73 0 0.20 0.53
HSL 163.45º 0.58% 0.3% -
HSV(B) 163.45º 0.73% 0.47% -
XYZ 9.26 14.33 13.1 -
YUV 90.25 130.68 86.45 -
System Red Green Blue C M Y K H S L
Decimal 32 119 95 0.73 0 0.20 0.53 163.45 0.58 0.3
Hex 20 77 5F 49 0 14 35 A3 3A 1E
Octal 40 167 137 111 0 24 65 243 72 36
Binary 100000 1110111 1011111 1001001 0 10100 110101 10100011 111010 11110

Color Harmonies of #20775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20775F

Black with #20775F

Text Example


Text Example

White with #20775F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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