#265249

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

Shades of Gable Green #265249

Tints of Gable Green #265249

Color information

#265249 (or 0x265249) is unknown color: approx Gable Green. HEX triplet: 26, 52 and 49. RGB value is (38,82,73). Sum of RGB (Red+Green+Blue) = 38+82+73=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 82 - color contains mainly: green. Hex color #265249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265249 is #D9ADB6. Grayscale: #434343. Windows color (decimal): -14265783 or 4805158. OLE color: 4805158.

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

Color convert

RGB388273-
CMYK0.5400.110.68
HSL167.73º36.67%23.53%-
HSV(B)167.73º53.66%32.16%-
XYZ5.026.937.38-
YUV67.82130.92106.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.69%
GREEN value IS 82 (32.42% from 255) = 42.49%
BLUE value IS 73 (28.91% from 255) = 37.82%
R=19.69%
G=42.49%
B=37.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3882730.5400.110.68167.7336.6723.53
Hex265249360B44a82518
Octal46122111660131042504530
Binary100110101001010010011101100101110001001010100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265249; }

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

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

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

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

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

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

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

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