#224036

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

Shades of Burnham #224036

Tints of Burnham #224036

Color information

#224036 (or 0x224036) is unknown color: approx Burnham. HEX triplet: 22, 40 and 36. RGB value is (34,64,54). Sum of RGB (Red+Green+Blue) = 34+64+54=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #224036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224036 is #DDBFC9. Grayscale: #353535. Windows color (decimal): -14532554 or 3555362. OLE color: 3555362.

HSL color Cylindrical-coordinate representation of color #224036: hue angle of 160º 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 #224036 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB346454-
CMYK0.4700.160.75
HSL160º30.61%19.22%-
HSV(B)160º46.88%25.1%-
XYZ3.164.274.15-
YUV53.89128.06113.81-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.37%
GREEN value IS 64 (25.39% from 255) = 42.11%
BLUE value IS 54 (21.48% from 255) = 35.53%
R=22.37%
G=42.11%
B=35.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3464540.4700.160.7516030.6119.22
Hex2240362F0104Ba01f13
Octal4210066570201132403723
Binary10001010000001101101011110100001001011101000001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224036; }

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

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

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

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

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

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

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

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