#204B3A

Color #204B3A Burnham (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnham #204B3A

Tints of Burnham #204B3A

Color information

#204B3A (or 0x204B3A) is unknown color: approx Burnham. HEX triplet: 20, 4B and 3A. RGB value is (32,75,58). Sum of RGB (Red+Green+Blue) = 32+75+58=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 75 - color contains mainly: green. Hex color #204B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204B3A is #DFB4C5. Grayscale: #3C3C3C. Windows color (decimal): -14660806 or 3820320. OLE color: 3820320.

HSL color Cylindrical-coordinate representation of color #204B3A: hue angle of 156.28º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #204B3A is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB327558-
CMYK0.5700.230.71
HSL156.28º40.19%20.98%-
HSV(B)156.28º57.33%29.41%-
XYZ3.885.644.89-
YUV60.2126.75107.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.39%
GREEN value IS 75 (29.69% from 255) = 45.45%
BLUE value IS 58 (23.05% from 255) = 35.15%
R=19.39%
G=45.45%
B=35.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3275580.5700.230.71156.2840.1920.98
Hex204B3A39017479c2815
Octal4011372710271072345025
Binary100000100101111101011100101011110001111001110010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204B3A; }

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

 H1.HeaderClassName
 {
   color: #204B3A;
 }
 .AnyTagClassName
 {
   color: #204B3A;
 }
</style>
background-color css

<style>
 a { background-color: #204B3A; }

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

 div.DivClassName
 {
   background-color: #204B3A;
 }
 .BgClassName
 {
   background-color: #204B3A;
 }
</style>
border-color css

<style>
 span { border-color: #204B3A; }

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

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