#224A3C

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

Shades of Burnham #224A3C

Tints of Burnham #224A3C

Color information

#224A3C (or 0x224A3C) is unknown color: approx Burnham. HEX triplet: 22, 4A and 3C. RGB value is (34,74,60). Sum of RGB (Red+Green+Blue) = 34+74+60=168 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.24% from 168); Green value is 74 (29.30% from 255 or 44.05% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 74 - color contains mainly: green. Hex color #224A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224A3C is #DDB5C3. Grayscale: #3C3C3C. Windows color (decimal): -14529988 or 3951138. OLE color: 3951138.

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

Color convert

RGB347460-
CMYK0.5400.190.71
HSL159º37.04%21.18%-
HSV(B)159º54.05%29.02%-
XYZ3.925.565.14-
YUV60.44127.75109.14-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.24%
GREEN value IS 74 (29.30% from 255) = 44.05%
BLUE value IS 60 (23.83% from 255) = 35.71%
R=20.24%
G=44.05%
B=35.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3474600.5400.190.7115937.0421.18
Hex224A3C36013479f2515
Octal4211274660231072374525
Binary100010100101011110011011001001110001111001111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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