#1C3633

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

Shades of Aztec #1C3633

Tints of Aztec #1C3633

Color information

#1C3633 (or 0x1C3633) is unknown color: approx Aztec. HEX triplet: 1C, 36 and 33. RGB value is (28,54,51). Sum of RGB (Red+Green+Blue) = 28+54+51=133 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.05% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 54 - color contains mainly: green. Hex color #1C3633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3633 is #E3C9CC. Grayscale: #2D2D2D. Windows color (decimal): -14928333 or 3356188. OLE color: 3356188.

HSL color Cylindrical-coordinate representation of color #1C3633: hue angle of 173.08º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1C3633 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB285451-
CMYK0.4800.060.79
HSL173.08º31.71%16.08%-
HSV(B)173.08º48.15%21.18%-
XYZ2.43.123.61-
YUV45.88130.89115.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.05%
GREEN value IS 54 (21.48% from 255) = 40.60%
BLUE value IS 51 (20.31% from 255) = 38.35%
R=21.05%
G=40.60%
B=38.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2854510.4800.060.79173.0831.7116.08
Hex1C363330064Fad2010
Octal34666360061172554020
Binary11100110110110011110000011010011111010110110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C3633; }

 p { color: rgb(28,54,51); }

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

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

 a { background-color: rgb(28,54,51); }

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

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

 span { border-color: rgb(28,54,51); }

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