#264F48

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

Shades of Gable Green #264F48

Tints of Gable Green #264F48

Color information

#264F48 (or 0x264F48) is unknown color: approx Gable Green. HEX triplet: 26, 4F and 48. RGB value is (38,79,72). Sum of RGB (Red+Green+Blue) = 38+79+72=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 79 - color contains mainly: green. Hex color #264F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264F48 is #D9B0B7. Grayscale: #414141. Windows color (decimal): -14266552 or 4738854. OLE color: 4738854.

HSL color Cylindrical-coordinate representation of color #264F48: hue angle of 169.76º degrees, saturation: 0.35, 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 #264F48 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB387972-
CMYK0.5200.090.69
HSL169.76º35.04%22.94%-
HSV(B)169.76º51.9%30.98%-
XYZ4.776.477.13-
YUV65.94131.42108.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.11%
GREEN value IS 79 (31.25% from 255) = 41.80%
BLUE value IS 72 (28.52% from 255) = 38.10%
R=20.11%
G=41.80%
B=38.10%

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
Decimal3879720.5200.090.69169.7635.0422.94
Hex264F48340945aa2317
Octal46117110640111052524327
Binary100110100111110010001101000100110001011010101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264F48; }

 p { color: rgb(38,79,72); }

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

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

 a { background-color: rgb(38,79,72); }

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

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

 span { border-color: rgb(38,79,72); }

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