#224942

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

Shades of Gable Green #224942

Tints of Gable Green #224942

Color information

#224942 (or 0x224942) is unknown color: approx Gable Green. HEX triplet: 22, 49 and 42. RGB value is (34,73,66). Sum of RGB (Red+Green+Blue) = 34+73+66=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 73 - color contains mainly: green. Hex color #224942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224942 is #DDB6BD. Grayscale: #3C3C3C. Windows color (decimal): -14530238 or 4344098. OLE color: 4344098.

HSL color Cylindrical-coordinate representation of color #224942: hue angle of 169.23º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #224942 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB347366-
CMYK0.5300.100.71
HSL169.23º36.45%20.98%-
HSV(B)169.23º53.42%28.63%-
XYZ4.035.56-
YUV60.54131.08109.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.65%
GREEN value IS 73 (28.91% from 255) = 42.20%
BLUE value IS 66 (26.17% from 255) = 38.15%
R=19.65%
G=42.20%
B=38.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3473660.5300.100.71169.2336.4520.98
Hex224942350A47a92415
Octal42111102650121072514425
Binary100010100100110000101101010101010001111010100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224942; }

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

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

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

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

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

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

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

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