Html Css Color HEX #45593F Grey-Asparagus

📋 copy color: '#45593F'

red 69 ◦ green 89 ◦ blue 63

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

Shades of Grey-Asparagus #45593F

Tints of Grey-Asparagus #45593F

RGB

 RED value IS 69 (27.34% from 255) = 31.22%

 GREEN value IS 89 (35.16% from 255) = 40.27%

 BLUE value IS 63 (25% from 255) = 28.51%

R = 31.22%
G = 40.27%
B = 28.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#45593F (or 0x45593F) is known color: Grey-Asparagus. HEX triplet: 45, 59 and 3F. RGB value is (69,89,63). Sum of RGB (Red+Green+Blue) = 69+89+63=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 89 - color contains mainly: green. Hex color #45593F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45593F is #BAA6C0. Grayscale: #505050. Windows color (decimal): -12232385 or 4151621. OLE color: 4151621.

HSL color Cylindrical-coordinate representation of color #45593F: hue angle of 106.15º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #45593F is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 89 63 -
CMYK 0.22 0 0.29 0.65
HSL 106.15º 0.17% 0.3% -
HSV(B) 106.15º 0.29% 0.35% -
XYZ 6.92 8.77 6.03 -
YUV 80.06 118.37 120.11 -
System Red Green Blue C M Y K H S L
Decimal 69 89 63 0.22 0 0.29 0.65 106.15 0.17 0.3
Hex 45 59 3F 16 0 1D 41 6A 11 1E
Octal 105 131 77 26 0 35 101 152 21 36
Binary 1000101 1011001 111111 10110 0 11101 1000001 1101010 10001 11110

Color Harmonies of #45593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45593F

Black with #45593F

Text Example


Text Example

White with #45593F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45593F; }

 p { color: rgb(69,89,63); }

 H1.HeaderClassName
 {
   color: #45593F;
 }
 .AnyTagClassName
 {
   color: #45593F;
 }
</style>

background-color css

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

 a { background-color: rgb(69,89,63); }

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

border-color css

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

 span { border-color: rgb(69,89,63); }

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