#223934

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

Shades of Aztec #223934

Tints of Aztec #223934

Color information

#223934 (or 0x223934) is unknown color: approx Aztec. HEX triplet: 22, 39 and 34. RGB value is (34,57,52). Sum of RGB (Red+Green+Blue) = 34+57+52=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 57 - color contains mainly: green. Hex color #223934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223934 is #DDC6CB. Grayscale: #313131. Windows color (decimal): -14534348 or 3422498. OLE color: 3422498.

HSL color Cylindrical-coordinate representation of color #223934: hue angle of 166.96º 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 #223934 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB345752-
CMYK0.4000.090.78
HSL166.96º25.27%17.84%-
HSV(B)166.96º40.35%22.35%-
XYZ2.743.513.78-
YUV49.55129.38116.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.78%
GREEN value IS 57 (22.66% from 255) = 39.86%
BLUE value IS 52 (20.70% from 255) = 36.36%
R=23.78%
G=39.86%
B=36.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3457520.4000.090.78166.9625.2717.84
Hex22393428094Ea71912
Octal427164500111162473122
Binary100010111001110100101000010011001110101001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223934; }

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

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

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

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

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

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

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

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