#263936

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

Shades of Aztec #263936

Tints of Aztec #263936

Color information

#263936 (or 0x263936) is unknown color: approx Aztec. HEX triplet: 26, 39 and 36. RGB value is (38,57,54). Sum of RGB (Red+Green+Blue) = 38+57+54=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 54 (21.48% from 255 or 36.24% from 149); Max value from RGB is 57 - color contains mainly: green. Hex color #263936 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263936 is #D9C6C9. Grayscale: #323232. Windows color (decimal): -14272202 or 3553574. OLE color: 3553574.

HSL color Cylindrical-coordinate representation of color #263936: hue angle of 170.53º 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 #263936 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB385754-
CMYK0.3300.050.78
HSL170.53º20%18.63%-
HSV(B)170.53º33.33%22.35%-
XYZ2.933.64.03-
YUV50.98129.71118.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.50%
GREEN value IS 57 (22.66% from 255) = 38.26%
BLUE value IS 54 (21.48% from 255) = 36.24%
R=25.50%
G=38.26%
B=36.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3857540.3300.050.78170.532018.63
Hex26393621054Eab1413
Octal46716641051162532423
Binary10011011100111011010000101011001110101010111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263936; }

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

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

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

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

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

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

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

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