#1D3633

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

Shades of Aztec #1D3633

Tints of Aztec #1D3633

Color information

#1D3633 (or 0x1D3633) is unknown color: approx Aztec. HEX triplet: 1D, 36 and 33. RGB value is (29,54,51). Sum of RGB (Red+Green+Blue) = 29+54+51=134 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.64% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 54 - color contains mainly: green. Hex color #1D3633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3633 is #E2C9CC. Grayscale: #2E2E2E. Windows color (decimal): -14862797 or 3356189. OLE color: 3356189.

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

Color convert

RGB295451-
CMYK0.4600.060.79
HSL172.8º30.12%16.27%-
HSV(B)172.8º46.3%21.18%-
XYZ2.423.143.61-
YUV46.18130.72115.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.64%
GREEN value IS 54 (21.48% from 255) = 40.30%
BLUE value IS 51 (20.31% from 255) = 38.06%
R=21.64%
G=40.30%
B=38.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2954510.4600.060.79172.830.1216.27
Hex1D36332E064Fad1e10
Octal35666356061172553620
Binary1110111011011001110111001101001111101011011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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