#224A3A

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

Shades of Burnham #224A3A

Tints of Burnham #224A3A

Color information

#224A3A (or 0x224A3A) is unknown color: approx Burnham. HEX triplet: 22, 4A and 3A. RGB value is (34,74,58). Sum of RGB (Red+Green+Blue) = 34+74+58=166 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.48% from 166); Green value is 74 (29.30% from 255 or 44.58% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 74 - color contains mainly: green. Hex color #224A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224A3A is #DDB5C5. Grayscale: #3C3C3C. Windows color (decimal): -14529990 or 3820066. OLE color: 3820066.

HSL color Cylindrical-coordinate representation of color #224A3A: hue angle of 156º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #224A3A is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB347458-
CMYK0.5400.220.71
HSL156º37.04%21.18%-
HSV(B)156º54.05%29.02%-
XYZ3.875.544.87-
YUV60.22126.75109.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.48%
GREEN value IS 74 (29.30% from 255) = 44.58%
BLUE value IS 58 (23.05% from 255) = 34.94%
R=20.48%
G=44.58%
B=34.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3474580.5400.220.7115637.0421.18
Hex224A3A36016479c2515
Octal4211272660261072344525
Binary100010100101011101011011001011010001111001110010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224A3A; }

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

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

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

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

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

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

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

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