#224C45

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

Shades of Gable Green #224C45

Tints of Gable Green #224C45

Color information

#224C45 (or 0x224C45) is unknown color: approx Gable Green. HEX triplet: 22, 4C and 45. RGB value is (34,76,69). Sum of RGB (Red+Green+Blue) = 34+76+69=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 76 - color contains mainly: green. Hex color #224C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224C45 is #DDB3BA. Grayscale: #3E3E3E. Windows color (decimal): -14529467 or 4541474. OLE color: 4541474.

HSL color Cylindrical-coordinate representation of color #224C45: hue angle of 170º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224C45 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB347669-
CMYK0.5500.090.70
HSL170º38.18%21.57%-
HSV(B)170º55.26%29.8%-
XYZ4.325.946.55-
YUV62.64131.59107.57-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.99%
GREEN value IS 76 (30.08% from 255) = 42.46%
BLUE value IS 69 (27.34% from 255) = 38.55%
R=18.99%
G=42.46%
B=38.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3476690.5500.090.7017038.1821.57
Hex224C45370946aa2616
Octal42114105670111062524626
Binary100010100110010001011101110100110001101010101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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