#233D36

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

Shades of Aztec #233D36

Tints of Aztec #233D36

Color information

#233D36 (or 0x233D36) is unknown color: approx Aztec. HEX triplet: 23, 3D and 36. RGB value is (35,61,54). Sum of RGB (Red+Green+Blue) = 35+61+54=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 54 (21.48% from 255 or 36% from 150); Max value from RGB is 61 - color contains mainly: green. Hex color #233D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233D36 is #DCC2C9. Grayscale: #343434. Windows color (decimal): -14467786 or 3554595. OLE color: 3554595.

HSL color Cylindrical-coordinate representation of color #233D36: hue angle of 163.85º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #233D36 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.

Color convert

RGB356154-
CMYK0.4300.110.76
HSL163.85º27.08%18.82%-
HSV(B)163.85º42.62%23.92%-
XYZ3.033.964.1-
YUV52.43128.89115.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.33%
GREEN value IS 61 (24.22% from 255) = 40.67%
BLUE value IS 54 (21.48% from 255) = 36%
R=23.33%
G=40.67%
B=36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3561540.4300.110.76163.8527.0818.82
Hex233D362B0B4Ca41b13
Octal437566530131142443323
Binary100011111101110110101011010111001100101001001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233D36; }

 p { color: rgb(35,61,54); }

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

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

 a { background-color: rgb(35,61,54); }

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

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

 span { border-color: rgb(35,61,54); }

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