#223935

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

Shades of Aztec #223935

Tints of Aztec #223935

Color information

#223935 (or 0x223935) is unknown color: approx Aztec. HEX triplet: 22, 39 and 35. RGB value is (34,57,53). Sum of RGB (Red+Green+Blue) = 34+57+53=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 57 - color contains mainly: green. Hex color #223935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223935 is #DDC6CA. Grayscale: #313131. Windows color (decimal): -14534347 or 3488034. OLE color: 3488034.

HSL color Cylindrical-coordinate representation of color #223935: hue angle of 169.57º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #223935 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB345753-
CMYK0.4000.070.78
HSL169.57º25.27%17.84%-
HSV(B)169.57º40.35%22.35%-
XYZ2.773.523.9-
YUV49.67129.88116.83-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.61%
GREEN value IS 57 (22.66% from 255) = 39.58%
BLUE value IS 53 (21.09% from 255) = 36.81%
R=23.61%
G=39.58%
B=36.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3457530.4000.070.78169.5725.2717.84
Hex22393528074Eaa1912
Octal42716550071162523122
Binary10001011100111010110100001111001110101010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223935; }

 p { color: rgb(34,57,53); }

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

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

 a { background-color: rgb(34,57,53); }

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

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

 span { border-color: rgb(34,57,53); }

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