#294339

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

Shades of Burnham #294339

Tints of Burnham #294339

Color information

#294339 (or 0x294339) is unknown color: approx Burnham. HEX triplet: 29, 43 and 39. RGB value is (41,67,57). Sum of RGB (Red+Green+Blue) = 41+67+57=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 67 - color contains mainly: green. Hex color #294339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294339 is #D6BCC6. Grayscale: #3A3A3A. Windows color (decimal): -14073031 or 3752745. OLE color: 3752745.

HSL color Cylindrical-coordinate representation of color #294339: hue angle of 156.92º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #294339 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB416757-
CMYK0.3900.150.74
HSL156.92º24.07%21.18%-
HSV(B)156.92º38.81%26.27%-
XYZ3.664.784.6-
YUV58.09127.39115.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.85%
GREEN value IS 67 (26.56% from 255) = 40.61%
BLUE value IS 57 (22.66% from 255) = 34.55%
R=24.85%
G=40.61%
B=34.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4167570.3900.150.74156.9224.0721.18
Hex294339270F4A9d1815
Octal5110371470171122353025
Binary1010011000011111001100111011111001010100111011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294339; }

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

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

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

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

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

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

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

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