Html Css Color HEX #283A37 Aztec

📋 copy color: '#283A37'

red 40 ◦ green 58 ◦ blue 55

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

Shades of Aztec #283A37

Tints of Aztec #283A37

RGB

 RED value IS 40 (16.02% from 255) = 26.14%

 GREEN value IS 58 (23.05% from 255) = 37.91%

 BLUE value IS 55 (21.88% from 255) = 35.95%

R = 26.14%
G = 37.91%
B = 35.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.77

RGB Variations

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

Color information

#283A37 (or 0x283A37) is known color: Aztec. HEX triplet: 28, 3A and 37. RGB value is (40,58,55). Sum of RGB (Red+Green+Blue) = 40+58+55=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 58 - color contains mainly: green. Hex color #283A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283A37 is #D7C5C8. Grayscale: #343434. Windows color (decimal): -14140873 or 3619368. OLE color: 3619368.

HSL color Cylindrical-coordinate representation of color #283A37: hue angle of 170º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #283A37 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.77.

Color convert

RGB 40 58 55 -
CMYK 0.31 0 0.05 0.77
HSL 170º 0.18% 0.19% -
HSV(B) 170º 0.31% 0.23% -
XYZ 3.08 3.75 4.18 -
YUV 52.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 40 58 55 0.31 0 0.05 0.77 170 0.18 0.19
Hex 28 3A 37 1F 0 5 4D AA 12 13
Octal 50 72 67 37 0 5 115 252 22 23
Binary 101000 111010 110111 11111 0 101 1001101 10101010 10010 10011

Color Harmonies of #283A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283A37

Black with #283A37

Text Example


Text Example

White with #283A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283A37; }

 p { color: rgb(40,58,55); }

 H1.HeaderClassName
 {
   color: #283A37;
 }
 .AnyTagClassName
 {
   color: #283A37;
 }
</style>

background-color css

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

 a { background-color: rgb(40,58,55); }

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

border-color css

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

 span { border-color: rgb(40,58,55); }

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