#224740

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

Shades of Gable Green #224740

Tints of Gable Green #224740

Color information

#224740 (or 0x224740) is unknown color: approx Gable Green. HEX triplet: 22, 47 and 40. RGB value is (34,71,64). Sum of RGB (Red+Green+Blue) = 34+71+64=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #224740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224740 is #DDB8BF. Grayscale: #3B3B3B. Windows color (decimal): -14530752 or 4212514. OLE color: 4212514.

HSL color Cylindrical-coordinate representation of color #224740: hue angle of 168.65º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #224740 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB347164-
CMYK0.5200.100.72
HSL168.65º35.24%20.59%-
HSV(B)168.65º52.11%27.84%-
XYZ3.845.225.66-
YUV59.14130.74110.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.12%
GREEN value IS 71 (28.12% from 255) = 42.01%
BLUE value IS 64 (25.39% from 255) = 37.87%
R=20.12%
G=42.01%
B=37.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3471640.5200.100.72168.6535.2420.59
Hex224740340A48a92315
Octal42107100640121102514325
Binary100010100011110000001101000101010010001010100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224740; }

 p { color: rgb(34,71,64); }

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

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

 a { background-color: rgb(34,71,64); }

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

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

 span { border-color: rgb(34,71,64); }

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