#265049

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

Shades of Gable Green #265049

Tints of Gable Green #265049

Color information

#265049 (or 0x265049) is unknown color: approx Gable Green. HEX triplet: 26, 50 and 49. RGB value is (38,80,73). Sum of RGB (Red+Green+Blue) = 38+80+73=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #265049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265049 is #D9AFB6. Grayscale: #424242. Windows color (decimal): -14266295 or 4804646. OLE color: 4804646.

HSL color Cylindrical-coordinate representation of color #265049: hue angle of 170º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #265049 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB388073-
CMYK0.5200.090.69
HSL170º35.59%23.14%-
HSV(B)170º52.5%31.37%-
XYZ4.876.637.33-
YUV66.64131.59107.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.90%
GREEN value IS 80 (31.64% from 255) = 41.88%
BLUE value IS 73 (28.91% from 255) = 38.22%
R=19.90%
G=41.88%
B=38.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3880730.5200.090.6917035.5923.14
Hex265049340945aa2417
Octal46120111640111052524427
Binary100110101000010010011101000100110001011010101010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265049; }

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

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

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

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

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

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

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

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