#263938

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

Shades of Aztec #263938

Tints of Aztec #263938

Color information

#263938 (or 0x263938) is unknown color: approx Aztec. HEX triplet: 26, 39 and 38. RGB value is (38,57,56). Sum of RGB (Red+Green+Blue) = 38+57+56=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 56 (22.27% from 255 or 37.09% from 151); Max value from RGB is 57 - color contains mainly: green. Hex color #263938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263938 is #D9C6C7. Grayscale: #333333. Windows color (decimal): -14272200 or 3684646. OLE color: 3684646.

HSL color Cylindrical-coordinate representation of color #263938: hue angle of 176.84º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #263938 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB385756-
CMYK0.3300.020.78
HSL176.84º20%18.63%-
HSV(B)176.84º33.33%22.35%-
XYZ2.983.624.28-
YUV51.2130.71118.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.17%
GREEN value IS 57 (22.66% from 255) = 37.75%
BLUE value IS 56 (22.27% from 255) = 37.09%
R=25.17%
G=37.75%
B=37.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3857560.3300.020.78176.842018.63
Hex26393821024Eb11413
Octal46717041021162612423
Binary1001101110011110001000010101001110101100011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263938; }

 p { color: rgb(38,57,56); }

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

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

 a { background-color: rgb(38,57,56); }

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

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

 span { border-color: rgb(38,57,56); }

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