#273634

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

Shades of Aztec #273634

Tints of Aztec #273634

Color information

#273634 (or 0x273634) is unknown color: approx Aztec. HEX triplet: 27, 36 and 34. RGB value is (39,54,52). Sum of RGB (Red+Green+Blue) = 39+54+52=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 54 - color contains mainly: green. Hex color #273634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273634 is #D8C9CB. Grayscale: #313131. Windows color (decimal): -14207436 or 3421735. OLE color: 3421735.

HSL color Cylindrical-coordinate representation of color #273634: hue angle of 172º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #273634 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB395452-
CMYK0.2800.040.79
HSL172º16.13%18.24%-
HSV(B)172º27.78%21.18%-
XYZ2.783.323.74-
YUV49.29129.53120.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.90%
GREEN value IS 54 (21.48% from 255) = 37.24%
BLUE value IS 52 (20.70% from 255) = 35.86%
R=26.90%
G=37.24%
B=35.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3954520.2800.040.7917216.1318.24
Hex2736341C044Fac1012
Octal47666434041172542022
Binary1001111101101101001110001001001111101011001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273634; }

 p { color: rgb(39,54,52); }

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

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

 a { background-color: rgb(39,54,52); }

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

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

 span { border-color: rgb(39,54,52); }

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