#273734

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

Shades of Aztec #273734

Tints of Aztec #273734

Color information

#273734 (or 0x273734) is unknown color: approx Aztec. HEX triplet: 27, 37 and 34. RGB value is (39,55,52). Sum of RGB (Red+Green+Blue) = 39+55+52=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 55 - color contains mainly: green. Hex color #273734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273734 is #D8C8CB. Grayscale: #313131. Windows color (decimal): -14207180 or 3421991. OLE color: 3421991.

HSL color Cylindrical-coordinate representation of color #273734: hue angle of 168.75º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #273734 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB395552-
CMYK0.2900.050.78
HSL168.75º17.02%18.43%-
HSV(B)168.75º29.09%21.57%-
XYZ2.823.413.76-
YUV49.87129.2120.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.71%
GREEN value IS 55 (21.88% from 255) = 37.67%
BLUE value IS 52 (20.70% from 255) = 35.62%
R=26.71%
G=37.67%
B=35.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3955520.2900.050.78168.7517.0218.43
Hex2737341D054Ea91112
Octal47676435051162512122
Binary1001111101111101001110101011001110101010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273734; }

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

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

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

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

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

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

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

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