#224642

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

Shades of Gable Green #224642

Tints of Gable Green #224642

Color information

#224642 (or 0x224642) is unknown color: approx Gable Green. HEX triplet: 22, 46 and 42. RGB value is (34,70,66). Sum of RGB (Red+Green+Blue) = 34+70+66=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 70 - color contains mainly: green. Hex color #224642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224642 is #DDB9BD. Grayscale: #3A3A3A. Windows color (decimal): -14531006 or 4343330. OLE color: 4343330.

HSL color Cylindrical-coordinate representation of color #224642: hue angle of 173.33º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #224642 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB347066-
CMYK0.5100.060.73
HSL173.33º34.62%20.39%-
HSV(B)173.33º51.43%27.45%-
XYZ3.835.115.94-
YUV58.78132.07110.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20%
GREEN value IS 70 (27.73% from 255) = 41.18%
BLUE value IS 66 (26.17% from 255) = 38.82%
R=20%
G=41.18%
B=38.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3470660.5100.060.73173.3334.6220.39
Hex224642330649ad2314
Octal4210610263061112554324
Binary10001010001101000010110011011010010011010110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224642; }

 p { color: rgb(34,70,66); }

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

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

 a { background-color: rgb(34,70,66); }

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

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

 span { border-color: rgb(34,70,66); }

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