#225049

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

Shades of Gable Green #225049

Tints of Gable Green #225049

Color information

#225049 (or 0x225049) is unknown color: approx Gable Green. HEX triplet: 22, 50 and 49. RGB value is (34,80,73). Sum of RGB (Red+Green+Blue) = 34+80+73=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #225049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225049 is #DDAFB6. Grayscale: #414141. Windows color (decimal): -14528439 or 4804642. OLE color: 4804642.

HSL color Cylindrical-coordinate representation of color #225049: hue angle of 170.87º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #225049 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB348073-
CMYK0.5800.090.69
HSL170.87º40.35%22.35%-
HSV(B)170.87º57.5%31.37%-
XYZ4.736.567.32-
YUV65.45132.26105.57-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.18%
GREEN value IS 80 (31.64% from 255) = 42.78%
BLUE value IS 73 (28.91% from 255) = 39.04%
R=18.18%
G=42.78%
B=39.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3480730.5800.090.69170.8740.3522.35
Hex2250493A0945ab2816
Octal42120111720111052535026
Binary100010101000010010011110100100110001011010101110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225049; }

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

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

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

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

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

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

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

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