#224136

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

Shades of Burnham #224136

Tints of Burnham #224136

Color information

#224136 (or 0x224136) is unknown color: approx Burnham. HEX triplet: 22, 41 and 36. RGB value is (34,65,54). Sum of RGB (Red+Green+Blue) = 34+65+54=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #224136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224136 is #DDBEC9. Grayscale: #363636. Windows color (decimal): -14532298 or 3555618. OLE color: 3555618.

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

Color convert

RGB346554-
CMYK0.4800.170.75
HSL158.71º31.31%19.41%-
HSV(B)158.71º47.69%25.49%-
XYZ3.224.394.17-
YUV54.48127.73113.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.22%
GREEN value IS 65 (25.78% from 255) = 42.48%
BLUE value IS 54 (21.48% from 255) = 35.29%
R=22.22%
G=42.48%
B=35.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3465540.4800.170.75158.7131.3119.41
Hex224136300114B9f1f13
Octal4210166600211132373723
Binary10001010000011101101100000100011001011100111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224136; }

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

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

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

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

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

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

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

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