#225148

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

Shades of Gable Green #225148

Tints of Gable Green #225148

Color information

#225148 (or 0x225148) is unknown color: approx Gable Green. HEX triplet: 22, 51 and 48. RGB value is (34,81,72). Sum of RGB (Red+Green+Blue) = 34+81+72=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #225148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225148 is #DDAEB7. Grayscale: #414141. Windows color (decimal): -14528184 or 4739362. OLE color: 4739362.

HSL color Cylindrical-coordinate representation of color #225148: hue angle of 168.51º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #225148 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB348172-
CMYK0.5800.110.68
HSL168.51º40.87%22.55%-
HSV(B)168.51º58.02%31.76%-
XYZ4.776.697.17-
YUV65.92131.43105.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.18%
GREEN value IS 81 (32.03% from 255) = 43.32%
BLUE value IS 72 (28.52% from 255) = 38.50%
R=18.18%
G=43.32%
B=38.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3481720.5800.110.68168.5140.8722.55
Hex2251483A0B44a92917
Octal42121110720131042515127
Binary100010101000110010001110100101110001001010100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225148; }

 p { color: rgb(34,81,72); }

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

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

 a { background-color: rgb(34,81,72); }

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

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

 span { border-color: rgb(34,81,72); }

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