#224A44

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

Shades of Gable Green #224A44

Tints of Gable Green #224A44

Color information

#224A44 (or 0x224A44) is unknown color: approx Gable Green. HEX triplet: 22, 4A and 44. RGB value is (34,74,68). Sum of RGB (Red+Green+Blue) = 34+74+68=176 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.32% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 68 (26.95% from 255 or 38.64% from 176); Max value from RGB is 74 - color contains mainly: green. Hex color #224A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224A44 is #DDB5BB. Grayscale: #3D3D3D. Windows color (decimal): -14529980 or 4475426. OLE color: 4475426.

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

Color convert

RGB347468-
CMYK0.5400.080.71
HSL171º37.04%21.18%-
HSV(B)171º54.05%29.02%-
XYZ4.155.656.34-
YUV61.36131.75108.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.32%
GREEN value IS 74 (29.30% from 255) = 42.05%
BLUE value IS 68 (26.95% from 255) = 38.64%
R=19.32%
G=42.05%
B=38.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3474680.5400.080.7117137.0421.18
Hex224A44360847ab2515
Octal42112104660101072534525
Binary100010100101010001001101100100010001111010101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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