Html Css Color HEX #455443 Grey-Asparagus

📋 copy color: '#455443'

red 69 ◦ green 84 ◦ blue 67

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

Shades of Grey-Asparagus #455443

Tints of Grey-Asparagus #455443

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.18%

 BLUE value IS 67 (26.56% from 255) = 30.45%

R = 31.36%
G = 38.18%
B = 30.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#455443 (or 0x455443) is known color: Grey-Asparagus. HEX triplet: 45, 54 and 43. RGB value is (69,84,67). Sum of RGB (Red+Green+Blue) = 69+84+67=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 84 - color contains mainly: green. Hex color #455443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455443 is #BAABBC. Grayscale: #4D4D4D. Windows color (decimal): -12233661 or 4412485. OLE color: 4412485.

HSL color Cylindrical-coordinate representation of color #455443: hue angle of 112.94º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #455443 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 84 67 -
CMYK 0.18 0 0.20 0.67
HSL 112.94º 0.11% 0.3% -
HSV(B) 112.94º 0.2% 0.33% -
XYZ 6.64 8.01 6.51 -
YUV 77.58 122.03 121.88 -
System Red Green Blue C M Y K H S L
Decimal 69 84 67 0.18 0 0.20 0.67 112.94 0.11 0.3
Hex 45 54 43 12 0 14 43 71 B 1E
Octal 105 124 103 22 0 24 103 161 13 36
Binary 1000101 1010100 1000011 10010 0 10100 1000011 1110001 1011 11110

Color Harmonies of #455443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455443

Black with #455443

Text Example


Text Example

White with #455443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455443; }

 p { color: rgb(69,84,67); }

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

background-color css

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

 a { background-color: rgb(69,84,67); }

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

border-color css

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

 span { border-color: rgb(69,84,67); }

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