#224638

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

Shades of Burnham #224638

Tints of Burnham #224638

Color information

#224638 (or 0x224638) is unknown color: approx Burnham. HEX triplet: 22, 46 and 38. RGB value is (34,70,56). Sum of RGB (Red+Green+Blue) = 34+70+56=160 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.25% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 70 - color contains mainly: green. Hex color #224638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224638 is #DDB9C7. Grayscale: #393939. Windows color (decimal): -14531016 or 3687970. OLE color: 3687970.

HSL color Cylindrical-coordinate representation of color #224638: hue angle of 156.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #224638 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB347056-
CMYK0.5100.200.73
HSL156.67º34.62%20.39%-
HSV(B)156.67º51.43%27.45%-
XYZ3.565.014.52-
YUV57.64127.07111.14-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.25%
GREEN value IS 70 (27.73% from 255) = 43.75%
BLUE value IS 56 (22.27% from 255) = 35%
R=21.25%
G=43.75%
B=35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3470560.5100.200.73156.6734.6220.39
Hex22463833014499d2314
Octal4210670630241112354324
Binary100010100011011100011001101010010010011001110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224638; }

 p { color: rgb(34,70,56); }

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

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

 a { background-color: rgb(34,70,56); }

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

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

 span { border-color: rgb(34,70,56); }

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