#223A38

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

Shades of Aztec #223A38

Tints of Aztec #223A38

Color information

#223A38 (or 0x223A38) is unknown color: approx Aztec. HEX triplet: 22, 3A and 38. RGB value is (34,58,56). Sum of RGB (Red+Green+Blue) = 34+58+56=148 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.97% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 58 - color contains mainly: green. Hex color #223A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223A38 is #DDC5C7. Grayscale: #323232. Windows color (decimal): -14534088 or 3684898. OLE color: 3684898.

HSL color Cylindrical-coordinate representation of color #223A38: hue angle of 175º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #223A38 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB345856-
CMYK0.4100.030.77
HSL175º26.09%18.04%-
HSV(B)175º41.38%22.75%-
XYZ2.893.654.29-
YUV50.6131.05116.16-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.97%
GREEN value IS 58 (23.05% from 255) = 39.19%
BLUE value IS 56 (22.27% from 255) = 37.84%
R=22.97%
G=39.19%
B=37.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3458560.4100.030.7717526.0918.04
Hex223A3829034Daf1a12
Octal42727051031152573222
Binary1000101110101110001010010111001101101011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223A38; }

 p { color: rgb(34,58,56); }

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

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

 a { background-color: rgb(34,58,56); }

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

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

 span { border-color: rgb(34,58,56); }

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