#22493A

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

Shades of Burnham #22493A

Tints of Burnham #22493A

Color information

#22493A (or 0x22493A) is unknown color: approx Burnham. HEX triplet: 22, 49 and 3A. RGB value is (34,73,58). Sum of RGB (Red+Green+Blue) = 34+73+58=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 73 - color contains mainly: green. Hex color #22493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22493A is #DDB6C5. Grayscale: #3B3B3B. Windows color (decimal): -14530246 or 3819810. OLE color: 3819810.

HSL color Cylindrical-coordinate representation of color #22493A: hue angle of 156.92º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #22493A is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB347358-
CMYK0.5300.210.71
HSL156.92º36.45%20.98%-
HSV(B)156.92º53.42%28.63%-
XYZ3.815.414.85-
YUV59.63127.08109.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.61%
GREEN value IS 73 (28.91% from 255) = 44.24%
BLUE value IS 58 (23.05% from 255) = 35.15%
R=20.61%
G=44.24%
B=35.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3473580.5300.210.71156.9236.4520.98
Hex22493A35015479d2415
Octal4211172650251072354425
Binary100010100100111101011010101010110001111001110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22493A; }

 p { color: rgb(34,73,58); }

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

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

 a { background-color: rgb(34,73,58); }

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

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

 span { border-color: rgb(34,73,58); }

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