Html Css Color HEX #20745F Deep Sea

📋 copy color: '#20745F'

red 32 ◦ green 116 ◦ blue 95

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

Shades of Deep Sea #20745F

Tints of Deep Sea #20745F

RGB

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

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

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

R = 13.17%
G = 47.74%
B = 39.09%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#20745F (or 0x20745F) is known color: Deep Sea. HEX triplet: 20, 74 and 5F. RGB value is (32,116,95). Sum of RGB (Red+Green+Blue) = 32+116+95=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #20745F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20745F is #DF8BA0. Grayscale: #585858. Windows color (decimal): -14650273 or 6255648. OLE color: 6255648.

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

Color convert

RGB 32 116 95 -
CMYK 0.72 0 0.18 0.55
HSL 165º 0.57% 0.29% -
HSV(B) 165º 0.72% 0.45% -
XYZ 8.91 13.62 12.99 -
YUV 88.49 131.67 87.71 -
System Red Green Blue C M Y K H S L
Decimal 32 116 95 0.72 0 0.18 0.55 165 0.57 0.29
Hex 20 74 5F 48 0 12 37 A5 39 1D
Octal 40 164 137 110 0 22 67 245 71 35
Binary 100000 1110100 1011111 1001000 0 10010 110111 10100101 111001 11101

Color Harmonies of #20745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20745F

Black with #20745F

Text Example


Text Example

White with #20745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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