#264D45

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

Shades of Gable Green #264D45

Tints of Gable Green #264D45

Color information

#264D45 (or 0x264D45) is unknown color: approx Gable Green. HEX triplet: 26, 4D and 45. RGB value is (38,77,69). Sum of RGB (Red+Green+Blue) = 38+77+69=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 77 - color contains mainly: green. Hex color #264D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264D45 is #D9B2BA. Grayscale: #404040. Windows color (decimal): -14267067 or 4541734. OLE color: 4541734.

HSL color Cylindrical-coordinate representation of color #264D45: hue angle of 167.69º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #264D45 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.70.

Color convert

RGB387769-
CMYK0.5100.100.70
HSL167.69º33.91%22.55%-
HSV(B)167.69º50.65%30.2%-
XYZ4.536.156.58-
YUV64.43130.58109.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.65%
GREEN value IS 77 (30.47% from 255) = 41.85%
BLUE value IS 69 (27.34% from 255) = 37.5%
R=20.65%
G=41.85%
B=37.5%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3877690.5100.100.70167.6933.9122.55
Hex264D45330A46a82217
Octal46115105630121062504227
Binary100110100110110001011100110101010001101010100010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,77,69); }

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

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

 a { background-color: rgb(38,77,69); }

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

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

 span { border-color: rgb(38,77,69); }

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