#294439

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

Shades of Burnham #294439

Tints of Burnham #294439

Color information

#294439 (or 0x294439) is unknown color: approx Burnham. HEX triplet: 29, 44 and 39. RGB value is (41,68,57). Sum of RGB (Red+Green+Blue) = 41+68+57=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 68 - color contains mainly: green. Hex color #294439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294439 is #D6BBC6. Grayscale: #3A3A3A. Windows color (decimal): -14072775 or 3753001. OLE color: 3753001.

HSL color Cylindrical-coordinate representation of color #294439: hue angle of 155.56º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #294439 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB416857-
CMYK0.4000.160.73
HSL155.56º24.77%21.37%-
HSV(B)155.56º39.71%26.67%-
XYZ3.724.94.62-
YUV58.67127.05115.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 68 (26.95% from 255) = 40.96%
BLUE value IS 57 (22.66% from 255) = 34.34%
R=24.70%
G=40.96%
B=34.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4168570.4000.160.73155.5624.7721.37
Hex29443928010499c1915
Octal5110471500201112343125
Binary10100110001001110011010000100001001001100111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294439; }

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

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

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

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

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

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

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

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