#264540

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

Shades of Gable Green #264540

Tints of Gable Green #264540

Color information

#264540 (or 0x264540) is unknown color: approx Gable Green. HEX triplet: 26, 45 and 40. RGB value is (38,69,64). Sum of RGB (Red+Green+Blue) = 38+69+64=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 69 - color contains mainly: green. Hex color #264540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264540 is #D9BABF. Grayscale: #3B3B3B. Windows color (decimal): -14269120 or 4212006. OLE color: 4212006.

HSL color Cylindrical-coordinate representation of color #264540: hue angle of 170.32º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #264540 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB386964-
CMYK0.4500.070.73
HSL170.32º28.97%20.98%-
HSV(B)170.32º44.93%27.06%-
XYZ3.855.045.62-
YUV59.16130.73112.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.22%
GREEN value IS 69 (27.34% from 255) = 40.35%
BLUE value IS 64 (25.39% from 255) = 37.43%
R=22.22%
G=40.35%
B=37.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3869640.4500.070.73170.3228.9720.98
Hex2645402D0749aa1d15
Octal4610510055071112523525
Binary1001101000101100000010110101111001001101010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264540; }

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

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

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

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

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

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

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

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