Html Css Color HEX #294339 Burnham

📋 copy color: '#294339'

red 41 ◦ green 67 ◦ blue 57

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

Shades of Burnham #294339

Tints of Burnham #294339

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

 M value IS 0

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

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

RGB 41 67 57 -
CMYK 0.39 0 0.15 0.74
HSL 156.92º 0.24% 0.21% -
HSV(B) 156.92º 0.39% 0.26% -
XYZ 3.66 4.78 4.6 -
YUV 58.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 41 67 57 0.39 0 0.15 0.74 156.92 0.24 0.21
Hex 29 43 39 27 0 F 4A 9D 18 15
Octal 51 103 71 47 0 17 112 235 30 25
Binary 101001 1000011 111001 100111 0 1111 1001010 10011101 11000 10101

Color Harmonies of #294339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294339

Black with #294339

Text Example


Text Example

White with #294339

Text Example


Text Example

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