Html Css Color HEX #20835C Deep Sea

📋 copy color: '#20835C'

red 32 ◦ green 131 ◦ blue 92

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

Shades of Deep Sea #20835C

Tints of Deep Sea #20835C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.37%

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

R = 12.55%
G = 51.37%
B = 36.08%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#20835C (or 0x20835C) is known color: Deep Sea. HEX triplet: 20, 83 and 5C. RGB value is (32,131,92). Sum of RGB (Red+Green+Blue) = 32+131+92=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #20835C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20835C is #DF7CA3. Grayscale: #616161. Windows color (decimal): -14646436 or 6062880. OLE color: 6062880.

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

Color convert

RGB 32 131 92 -
CMYK 0.76 0 0.30 0.49
HSL 156.36º 0.61% 0.32% -
HSV(B) 156.36º 0.76% 0.51% -
XYZ 10.64 17.31 12.91 -
YUV 96.95 125.2 81.67 -
System Red Green Blue C M Y K H S L
Decimal 32 131 92 0.76 0 0.30 0.49 156.36 0.61 0.32
Hex 20 83 5C 4C 0 1E 31 9C 3D 20
Octal 40 203 134 114 0 36 61 234 75 40
Binary 100000 10000011 1011100 1001100 0 11110 110001 10011100 111101 100000

Color Harmonies of #20835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20835C

Black with #20835C

Text Example


Text Example

White with #20835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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