#22493B

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

Shades of Burnham #22493B

Tints of Burnham #22493B

Color information

#22493B (or 0x22493B) is unknown color: approx Burnham. HEX triplet: 22, 49 and 3B. RGB value is (34,73,59). Sum of RGB (Red+Green+Blue) = 34+73+59=166 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.48% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 73 - color contains mainly: green. Hex color #22493B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22493B is #DDB6C4. Grayscale: #3B3B3B. Windows color (decimal): -14530245 or 3885346. OLE color: 3885346.

HSL color Cylindrical-coordinate representation of color #22493B: hue angle of 158.46º 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 #22493B is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB347359-
CMYK0.5300.190.71
HSL158.46º36.45%20.98%-
HSV(B)158.46º53.42%28.63%-
XYZ3.835.424.98-
YUV59.74127.58109.64-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.48%
GREEN value IS 73 (28.91% from 255) = 43.98%
BLUE value IS 59 (23.44% from 255) = 35.54%
R=20.48%
G=43.98%
B=35.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3473590.5300.190.71158.4636.4520.98
Hex22493B35013479e2415
Octal4211173650231072364425
Binary100010100100111101111010101001110001111001111010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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