Html Css Color HEX #253E39 Aztec

📋 copy color: '#253E39'

red 37 ◦ green 62 ◦ blue 57

#253E39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aztec #253E39

Tints of Aztec #253E39

RGB

 RED value IS 37 (14.84% from 255) = 23.72%

 GREEN value IS 62 (24.61% from 255) = 39.74%

 BLUE value IS 57 (22.66% from 255) = 36.54%

R = 23.72%
G = 39.74%
B = 36.54%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.76

RGB Variations

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

Color information

#253E39 (or 0x253E39) is known color: Aztec. HEX triplet: 25, 3E and 39. RGB value is (37,62,57). Sum of RGB (Red+Green+Blue) = 37+62+57=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 62 - color contains mainly: green. Hex color #253E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253E39 is #DAC1C6. Grayscale: #353535. Windows color (decimal): -14336455 or 3751461. OLE color: 3751461.

HSL color Cylindrical-coordinate representation of color #253E39: hue angle of 168º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #253E39 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 62 57 -
CMYK 0.40 0 0.08 0.76
HSL 168º 0.25% 0.19% -
HSV(B) 168º 0.4% 0.24% -
XYZ 3.22 4.13 4.5 -
YUV 53.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 37 62 57 0.40 0 0.08 0.76 168 0.25 0.19
Hex 25 3E 39 28 0 8 4C A8 19 13
Octal 45 76 71 50 0 10 114 250 31 23
Binary 100101 111110 111001 101000 0 1000 1001100 10101000 11001 10011

Color Harmonies of #253E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253E39

Black with #253E39

Text Example


Text Example

White with #253E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253E39; }

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

 H1.HeaderClassName
 {
   color: #253E39;
 }
 .AnyTagClassName
 {
   color: #253E39;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #253E39;
 }
 .BgClassName
 {
   background-color: #253E39;
 }
</style>

border-color css

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

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

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