#22473C

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

Shades of Burnham #22473C

Tints of Burnham #22473C

Color information

#22473C (or 0x22473C) is unknown color: approx Burnham. HEX triplet: 22, 47 and 3C. RGB value is (34,71,60). Sum of RGB (Red+Green+Blue) = 34+71+60=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 71 - color contains mainly: green. Hex color #22473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22473C is #DDB8C3. Grayscale: #3A3A3A. Windows color (decimal): -14530756 or 3950370. OLE color: 3950370.

HSL color Cylindrical-coordinate representation of color #22473C: hue angle of 162.16º 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 #22473C is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB347160-
CMYK0.5200.150.72
HSL162.16º35.24%20.59%-
HSV(B)162.16º52.11%27.84%-
XYZ3.735.175.08-
YUV58.68128.74110.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.61%
GREEN value IS 71 (28.12% from 255) = 43.03%
BLUE value IS 60 (23.83% from 255) = 36.36%
R=20.61%
G=43.03%
B=36.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3471600.5200.150.72162.1635.2420.59
Hex22473C340F48a22315
Octal4210774640171102424325
Binary10001010001111111001101000111110010001010001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22473C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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