Html Css Color HEX #20493A Burnham

📋 copy color: '#20493A'

red 32 ◦ green 73 ◦ blue 58

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

Shades of Burnham #20493A

Tints of Burnham #20493A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.79%

 BLUE value IS 58 (23.05% from 255) = 35.58%

R = 19.63%
G = 44.79%
B = 35.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#20493A (or 0x20493A) is known color: Burnham. HEX triplet: 20, 49 and 3A. RGB value is (32,73,58). Sum of RGB (Red+Green+Blue) = 32+73+58=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #20493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20493A is #DFB6C5. Grayscale: #3B3B3B. Windows color (decimal): -14661318 or 3819808. OLE color: 3819808.

HSL color Cylindrical-coordinate representation of color #20493A: hue angle of 158.05º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #20493A is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 32 73 58 -
CMYK 0.56 0 0.21 0.71
HSL 158.05º 0.39% 0.21% -
HSV(B) 158.05º 0.56% 0.29% -
XYZ 3.74 5.38 4.84 -
YUV 59.03 127.42 108.72 -
System Red Green Blue C M Y K H S L
Decimal 32 73 58 0.56 0 0.21 0.71 158.05 0.39 0.21
Hex 20 49 3A 38 0 15 47 9E 27 15
Octal 40 111 72 70 0 25 107 236 47 25
Binary 100000 1001001 111010 111000 0 10101 1000111 10011110 100111 10101

Color Harmonies of #20493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20493A

Black with #20493A

Text Example


Text Example

White with #20493A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20493A; }

 p { color: rgb(32,73,58); }

 H1.HeaderClassName
 {
   color: #20493A;
 }
 .AnyTagClassName
 {
   color: #20493A;
 }
</style>

background-color css

<style>
 a { background-color: #20493A; }

 a { background-color: rgb(32,73,58); }

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

border-color css

<style>
 span { border-color: #20493A; }

 span { border-color: rgb(32,73,58); }

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