#224034

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

Shades of Burnham #224034

Tints of Burnham #224034

Color information

#224034 (or 0x224034) is unknown color: approx Burnham. HEX triplet: 22, 40 and 34. RGB value is (34,64,52). Sum of RGB (Red+Green+Blue) = 34+64+52=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #224034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224034 is #DDBFCB. Grayscale: #353535. Windows color (decimal): -14532556 or 3424290. OLE color: 3424290.

HSL color Cylindrical-coordinate representation of color #224034: hue angle of 156º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #224034 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB346452-
CMYK0.4700.190.75
HSL156º30.61%19.22%-
HSV(B)156º46.88%25.1%-
XYZ3.114.253.91-
YUV53.66127.06113.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.67%
GREEN value IS 64 (25.39% from 255) = 42.67%
BLUE value IS 52 (20.70% from 255) = 34.67%
R=22.67%
G=42.67%
B=34.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3464520.4700.190.7515630.6119.22
Hex2240342F0134B9c1f13
Octal4210064570231132343723
Binary10001010000001101001011110100111001011100111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224034; }

 p { color: rgb(34,64,52); }

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

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

 a { background-color: rgb(34,64,52); }

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

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

 span { border-color: rgb(34,64,52); }

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