#253934

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

Shades of Aztec #253934

Tints of Aztec #253934

Color information

#253934 (or 0x253934) is unknown color: approx Aztec. HEX triplet: 25, 39 and 34. RGB value is (37,57,52). Sum of RGB (Red+Green+Blue) = 37+57+52=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 57 - color contains mainly: green. Hex color #253934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253934 is #DAC6CB. Grayscale: #323232. Windows color (decimal): -14337740 or 3422501. OLE color: 3422501.

HSL color Cylindrical-coordinate representation of color #253934: hue angle of 165º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #253934 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB375752-
CMYK0.3500.090.78
HSL165º21.28%18.43%-
HSV(B)165º35.09%22.35%-
XYZ2.853.573.79-
YUV50.45128.87118.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 57 (22.66% from 255) = 39.04%
BLUE value IS 52 (20.70% from 255) = 35.62%
R=25.34%
G=39.04%
B=35.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3757520.3500.090.7816521.2818.43
Hex25393423094Ea51512
Octal457164430111162452522
Binary100101111001110100100011010011001110101001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253934; }

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

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

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

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

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

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

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

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