#224B41

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

Shades of Gable Green #224B41

Tints of Gable Green #224B41

Color information

#224B41 (or 0x224B41) is unknown color: approx Gable Green. HEX triplet: 22, 4B and 41. RGB value is (34,75,65). Sum of RGB (Red+Green+Blue) = 34+75+65=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 75 - color contains mainly: green. Hex color #224B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224B41 is #DDB4BE. Grayscale: #3D3D3D. Windows color (decimal): -14529727 or 4279074. OLE color: 4279074.

HSL color Cylindrical-coordinate representation of color #224B41: hue angle of 165.37º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224B41 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.

Color convert

RGB347565-
CMYK0.5500.130.71
HSL165.37º37.61%21.37%-
HSV(B)165.37º54.67%29.41%-
XYZ4.135.755.89-
YUV61.6129.92108.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.54%
GREEN value IS 75 (29.69% from 255) = 43.10%
BLUE value IS 65 (25.78% from 255) = 37.36%
R=19.54%
G=43.10%
B=37.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3475650.5500.130.71165.3737.6121.37
Hex224B41370D47a52615
Octal42113101670151072454625
Binary100010100101110000011101110110110001111010010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,75,65); }

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

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

 a { background-color: rgb(34,75,65); }

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

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

 span { border-color: rgb(34,75,65); }

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