#22473B

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

Shades of Burnham #22473B

Tints of Burnham #22473B

Color information

#22473B (or 0x22473B) is unknown color: approx Burnham. HEX triplet: 22, 47 and 3B. RGB value is (34,71,59). Sum of RGB (Red+Green+Blue) = 34+71+59=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 71 - color contains mainly: green. Hex color #22473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22473B is #DDB8C4. Grayscale: #3A3A3A. Windows color (decimal): -14530757 or 3884834. OLE color: 3884834.

HSL color Cylindrical-coordinate representation of color #22473B: hue angle of 160.54º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #22473B is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB347159-
CMYK0.5200.170.72
HSL160.54º35.24%20.59%-
HSV(B)160.54º52.11%27.84%-
XYZ3.75.164.94-
YUV58.57128.24110.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.73%
GREEN value IS 71 (28.12% from 255) = 43.29%
BLUE value IS 59 (23.44% from 255) = 35.98%
R=20.73%
G=43.29%
B=35.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3471590.5200.170.72160.5435.2420.59
Hex22473B3401148a12315
Octal4210773640211102414325
Binary100010100011111101111010001000110010001010000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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