#203E32

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

Shades of Burnham #203E32

Tints of Burnham #203E32

Color information

#203E32 (or 0x203E32) is unknown color: approx Burnham. HEX triplet: 20, 3E and 32. RGB value is (32,62,50). Sum of RGB (Red+Green+Blue) = 32+62+50=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 62 (24.61% from 255 or 43.06% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 62 - color contains mainly: green. Hex color #203E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203E32 is #DFC1CD. Grayscale: #333333. Windows color (decimal): -14664142 or 3292704. OLE color: 3292704.

HSL color Cylindrical-coordinate representation of color #203E32: hue angle of 156º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #203E32 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.76.

Color convert

RGB326250-
CMYK0.4800.190.76
HSL156º31.91%18.43%-
HSV(B)156º48.39%24.31%-
XYZ2.893.983.63-
YUV51.66127.06113.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.22%
GREEN value IS 62 (24.61% from 255) = 43.06%
BLUE value IS 50 (19.92% from 255) = 34.72%
R=22.22%
G=43.06%
B=34.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3262500.4800.190.7615631.9118.43
Hex203E32300134C9c2012
Octal407662600231142344022
Binary10000011111011001011000001001110011001001110010000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203E32; }

 p { color: rgb(32,62,50); }

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

<style>
 a { background-color: #203E32; }

 a { background-color: rgb(32,62,50); }

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

<style>
 span { border-color: #203E32; }

 span { border-color: rgb(32,62,50); }

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