#225046

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

Shades of Gable Green #225046

Tints of Gable Green #225046

Color information

#225046 (or 0x225046) is unknown color: approx Gable Green. HEX triplet: 22, 50 and 46. RGB value is (34,80,70). Sum of RGB (Red+Green+Blue) = 34+80+70=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #225046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225046 is #DDAFB9. Grayscale: #414141. Windows color (decimal): -14528442 or 4608034. OLE color: 4608034.

HSL color Cylindrical-coordinate representation of color #225046: hue angle of 166.96º 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 #225046 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB348070-
CMYK0.5800.120.69
HSL166.96º40.35%22.35%-
HSV(B)166.96º57.5%31.37%-
XYZ4.636.526.81-
YUV65.11130.76105.81-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.48%
GREEN value IS 80 (31.64% from 255) = 43.48%
BLUE value IS 70 (27.73% from 255) = 38.04%
R=18.48%
G=43.48%
B=38.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3480700.5800.120.69166.9640.3522.35
Hex2250463A0C45a72816
Octal42120106720141052475026
Binary100010101000010001101110100110010001011010011110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225046; }

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

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

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

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

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

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

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

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