#264840

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

Shades of Gable Green #264840

Tints of Gable Green #264840

Color information

#264840 (or 0x264840) is unknown color: approx Gable Green. HEX triplet: 26, 48 and 40. RGB value is (38,72,64). Sum of RGB (Red+Green+Blue) = 38+72+64=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 72 - color contains mainly: green. Hex color #264840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264840 is #D9B7BF. Grayscale: #3C3C3C. Windows color (decimal): -14268352 or 4212774. OLE color: 4212774.

HSL color Cylindrical-coordinate representation of color #264840: hue angle of 165.88º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #264840 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB387264-
CMYK0.4700.110.72
HSL165.88º30.91%21.57%-
HSV(B)165.88º47.22%28.24%-
XYZ4.045.425.68-
YUV60.92129.74111.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.84%
GREEN value IS 72 (28.52% from 255) = 41.38%
BLUE value IS 64 (25.39% from 255) = 36.78%
R=21.84%
G=41.38%
B=36.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3872640.4700.110.72165.8830.9121.57
Hex2648402F0B48a61f16
Octal46110100570131102463726
Binary10011010010001000000101111010111001000101001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264840; }

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

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

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

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

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

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

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

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