Html Css Color HEX #20815C Deep Sea

📋 copy color: '#20815C'

red 32 ◦ green 129 ◦ blue 92

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

Shades of Deep Sea #20815C

Tints of Deep Sea #20815C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.99%

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

R = 12.65%
G = 50.99%
B = 36.36%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#20815C (or 0x20815C) is known color: Deep Sea. HEX triplet: 20, 81 and 5C. RGB value is (32,129,92). Sum of RGB (Red+Green+Blue) = 32+129+92=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #20815C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20815C is #DF7EA3. Grayscale: #5F5F5F. Windows color (decimal): -14646948 or 6062368. OLE color: 6062368.

HSL color Cylindrical-coordinate representation of color #20815C: hue angle of 157.11º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20815C is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 129 92 -
CMYK 0.75 0 0.29 0.49
HSL 157.11º 0.6% 0.32% -
HSV(B) 157.11º 0.75% 0.51% -
XYZ 10.38 16.78 12.82 -
YUV 95.78 125.86 82.51 -
System Red Green Blue C M Y K H S L
Decimal 32 129 92 0.75 0 0.29 0.49 157.11 0.6 0.32
Hex 20 81 5C 4B 0 1D 31 9D 3C 20
Octal 40 201 134 113 0 35 61 235 74 40
Binary 100000 10000001 1011100 1001011 0 11101 110001 10011101 111100 100000

Color Harmonies of #20815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20815C

Black with #20815C

Text Example


Text Example

White with #20815C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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