#294039

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

Shades of Burnham #294039

Tints of Burnham #294039

Color information

#294039 (or 0x294039) is unknown color: approx Burnham. HEX triplet: 29, 40 and 39. RGB value is (41,64,57). Sum of RGB (Red+Green+Blue) = 41+64+57=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 64 - color contains mainly: green. Hex color #294039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294039 is #D6BFC6. Grayscale: #383838. Windows color (decimal): -14073799 or 3751977. OLE color: 3751977.

HSL color Cylindrical-coordinate representation of color #294039: hue angle of 161.74º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #294039 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB416457-
CMYK0.3600.110.75
HSL161.74º21.9%20.59%-
HSV(B)161.74º35.94%25.1%-
XYZ3.494.434.54-
YUV56.32128.38117.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.31%
GREEN value IS 64 (25.39% from 255) = 39.51%
BLUE value IS 57 (22.66% from 255) = 35.19%
R=25.31%
G=39.51%
B=35.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4164570.3600.110.75161.7421.920.59
Hex294039240B4Ba21615
Octal5110071440131132422625
Binary1010011000000111001100100010111001011101000101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294039; }

 p { color: rgb(41,64,57); }

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

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

 a { background-color: rgb(41,64,57); }

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

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

 span { border-color: rgb(41,64,57); }

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