#264942

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

Shades of Gable Green #264942

Tints of Gable Green #264942

Color information

#264942 (or 0x264942) is unknown color: approx Gable Green. HEX triplet: 26, 49 and 42. RGB value is (38,73,66). Sum of RGB (Red+Green+Blue) = 38+73+66=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 73 - color contains mainly: green. Hex color #264942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264942 is #D9B6BD. Grayscale: #3D3D3D. Windows color (decimal): -14268094 or 4344102. OLE color: 4344102.

HSL color Cylindrical-coordinate representation of color #264942: hue angle of 168º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #264942 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB387366-
CMYK0.4800.100.71
HSL168º31.53%21.76%-
HSV(B)168º47.95%28.63%-
XYZ4.175.576.01-
YUV61.74130.4111.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.47%
GREEN value IS 73 (28.91% from 255) = 41.24%
BLUE value IS 66 (26.17% from 255) = 37.29%
R=21.47%
G=41.24%
B=37.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3873660.4800.100.7116831.5321.76
Hex264942300A47a82016
Octal46111102600121072504026
Binary100110100100110000101100000101010001111010100010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264942; }

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

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

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

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

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

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

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

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