#224A45

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

Shades of Gable Green #224A45

Tints of Gable Green #224A45

Color information

#224A45 (or 0x224A45) is unknown color: approx Gable Green. HEX triplet: 22, 4A and 45. RGB value is (34,74,69). Sum of RGB (Red+Green+Blue) = 34+74+69=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 74 - color contains mainly: green. Hex color #224A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224A45 is #DDB5BA. Grayscale: #3D3D3D. Windows color (decimal): -14529979 or 4540962. OLE color: 4540962.

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

Color convert

RGB347469-
CMYK0.5400.070.71
HSL172.5º37.04%21.18%-
HSV(B)172.5º54.05%29.02%-
XYZ4.185.676.5-
YUV61.47132.25108.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.21%
GREEN value IS 74 (29.30% from 255) = 41.81%
BLUE value IS 69 (27.34% from 255) = 38.98%
R=19.21%
G=41.81%
B=38.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3474690.5400.070.71172.537.0421.18
Hex224A45360747ac2515
Octal4211210566071072544525
Binary10001010010101000101110110011110001111010110010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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