#273C3A

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

Shades of Aztec #273C3A

Tints of Aztec #273C3A

Color information

#273C3A (or 0x273C3A) is unknown color: approx Aztec. HEX triplet: 27, 3C and 3A. RGB value is (39,60,58). Sum of RGB (Red+Green+Blue) = 39+60+58=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 60 - color contains mainly: green. Hex color #273C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273C3A is #D8C3C5. Grayscale: #353535. Windows color (decimal): -14205894 or 3816487. OLE color: 3816487.

HSL color Cylindrical-coordinate representation of color #273C3A: hue angle of 174.29º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #273C3A is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB396058-
CMYK0.3500.030.76
HSL174.29º21.21%19.41%-
HSV(B)174.29º35%23.53%-
XYZ3.223.974.6-
YUV53.49130.54117.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.84%
GREEN value IS 60 (23.83% from 255) = 38.22%
BLUE value IS 58 (23.05% from 255) = 36.94%
R=24.84%
G=38.22%
B=36.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3960580.3500.030.76174.2921.2119.41
Hex273C3A23034Cae1513
Octal47747243031142562523
Binary1001111111001110101000110111001100101011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273C3A; }

 p { color: rgb(39,60,58); }

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

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

 a { background-color: rgb(39,60,58); }

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

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

 span { border-color: rgb(39,60,58); }

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