#224137

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

Shades of Burnham #224137

Tints of Burnham #224137

Color information

#224137 (or 0x224137) is unknown color: approx Burnham. HEX triplet: 22, 41 and 37. RGB value is (34,65,55). Sum of RGB (Red+Green+Blue) = 34+65+55=154 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.08% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 55 (21.88% from 255 or 35.71% from 154); Max value from RGB is 65 - color contains mainly: green. Hex color #224137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224137 is #DDBEC8. Grayscale: #363636. Windows color (decimal): -14532297 or 3621154. OLE color: 3621154.

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

Color convert

RGB346555-
CMYK0.4800.150.75
HSL160.65º31.31%19.41%-
HSV(B)160.65º47.69%25.49%-
XYZ3.244.44.29-
YUV54.59128.23113.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.08%
GREEN value IS 65 (25.78% from 255) = 42.21%
BLUE value IS 55 (21.88% from 255) = 35.71%
R=22.08%
G=42.21%
B=35.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3465550.4800.150.75160.6531.3119.41
Hex224137300F4Ba11f13
Octal4210167600171132413723
Binary1000101000001110111110000011111001011101000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224137; }

 p { color: rgb(34,65,55); }

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

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

 a { background-color: rgb(34,65,55); }

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

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

 span { border-color: rgb(34,65,55); }

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