Html Css Color HEX #294039 Burnham

📋 copy color: '#294039'

red 41 ◦ green 64 ◦ blue 57

#294039
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnham #294039

Tints of Burnham #294039

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 value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#294039 (or 0x294039) is known color: 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

RGB 41 64 57 -
CMYK 0.36 0 0.11 0.75
HSL 161.74º 0.22% 0.21% -
HSV(B) 161.74º 0.36% 0.25% -
XYZ 3.49 4.43 4.54 -
YUV 56.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 41 64 57 0.36 0 0.11 0.75 161.74 0.22 0.21
Hex 29 40 39 24 0 B 4B A2 16 15
Octal 51 100 71 44 0 13 113 242 26 25
Binary 101001 1000000 111001 100100 0 1011 1001011 10100010 10110 10101

Color Harmonies of #294039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294039

Black with #294039

Text Example


Text Example

White with #294039

Text Example


Text Example

HTML Codes & Css Web 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>